#7D89FE

Color #7D89FE Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #7D89FE

Tints of Light Slate Blue #7D89FE

Color information

#7D89FE (or 0x7D89FE) is unknown color: approx Light Slate Blue. HEX triplet: 7D, 89 and FE. RGB value is (125,137,254). Sum of RGB (Red+Green+Blue) = 125+137+254=516 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.22% from 516); Green value is 137 (53.91% from 255 or 26.55% from 516); Blue value is 254 (99.61% from 255 or 49.22% from 516); Max value from RGB is 254 - color contains mainly: blue. Hex color #7D89FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D89FE is #827601. Grayscale: #929292. Windows color (decimal): -8549890 or 16681341. OLE color: 16681341.

HSL color Cylindrical-coordinate representation of color #7D89FE: hue angle of 234.42º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7D89FE is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB125137254-
CMYK0.510.4600.00
HSL234.42º98.47%74.31%-
HSV(B)234.42º50.79%99.61%-
XYZ35.2929.4197.58-
YUV146.75188.52112.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 125 (49.22% from 255) = 24.22%
GREEN value IS 137 (53.91% from 255) = 26.55%
BLUE value IS 254 (99.61% from 255) = 49.22%
R=24.22%
G=26.55%
B=49.22%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1251372540.510.4600.00234.4298.4774.31
Hex7D89FE332E00ea624a
Octal175211376635600352142112
Binary11111011000100111111110110011101110001110101011000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D89FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D89FE; }

 p { color: rgb(125,137,254); }

 H1.HeaderClassName
 {
   color: #7D89FE;
 }
 .AnyTagClassName
 {
   color: #7D89FE;
 }
</style>
background-color css

<style>
 a { background-color: #7D89FE; }

 a { background-color: rgb(125,137,254); }

 div.DivClassName
 {
   background-color: #7D89FE;
 }
 .BgClassName
 {
   background-color: #7D89FE;
 }
</style>
border-color css

<style>
 span { border-color: #7D89FE; }

 span { border-color: rgb(125,137,254); }

 td.TdClassName
 {
   border-color: #7D89FE;
 }
 .TagClassName
 {
   border-color: #7D89FE;
 }
</style>