#7E89FC

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

Shades of Light Slate Blue #7E89FC

Tints of Light Slate Blue #7E89FC

Color information

#7E89FC (or 0x7E89FC) is unknown color: approx Light Slate Blue. HEX triplet: 7E, 89 and FC. RGB value is (126,137,252). Sum of RGB (Red+Green+Blue) = 126+137+252=515 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.47% from 515); Green value is 137 (53.91% from 255 or 26.60% from 515); Blue value is 252 (98.83% from 255 or 48.93% from 515); Max value from RGB is 252 - color contains mainly: blue. Hex color #7E89FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7E89FC is #817603. Grayscale: #929292. Windows color (decimal): -8484356 or 16550270. OLE color: 16550270.

HSL color Cylindrical-coordinate representation of color #7E89FC: hue angle of 234.76º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7E89FC is Cyan = 0.5, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB126137252-
CMYK0.50.4600.01
HSL234.76º95.45%74.12%-
HSV(B)234.76º50%98.82%-
XYZ35.1229.3695.91-
YUV146.82187.36113.15-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.47%
GREEN value IS 137 (53.91% from 255) = 26.60%
BLUE value IS 252 (98.83% from 255) = 48.93%
R=24.47%
G=26.60%
B=48.93%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1261372520.50.4600.01234.7695.4574.12
Hex7E89FC322E01eb5f4a
Octal176211374625601353137112
Binary11111101000100111111100110010101110011110101110111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E89FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,137,252); }

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

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

 a { background-color: rgb(126,137,252); }

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

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

 span { border-color: rgb(126,137,252); }

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