#7E85F8

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

Shades of Light Slate Blue #7E85F8

Tints of Light Slate Blue #7E85F8

Color information

#7E85F8 (or 0x7E85F8) is unknown color: approx Light Slate Blue. HEX triplet: 7E, 85 and F8. RGB value is (126,133,248). Sum of RGB (Red+Green+Blue) = 126+133+248=507 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.85% from 507); Green value is 133 (52.34% from 255 or 26.23% from 507); Blue value is 248 (97.27% from 255 or 48.92% from 507); Max value from RGB is 248 - color contains mainly: blue. Hex color #7E85F8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7E85F8 is #817A07. Grayscale: #8F8F8F. Windows color (decimal): -8485384 or 16287102. OLE color: 16287102.

HSL color Cylindrical-coordinate representation of color #7E85F8: hue angle of 236.56º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7E85F8 is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB126133248-
CMYK0.490.4600.03
HSL236.56º89.71%73.33%-
HSV(B)236.56º49.19%97.25%-
XYZ33.9327.9992.42-
YUV144.02186.68115.15-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.85%
GREEN value IS 133 (52.34% from 255) = 26.23%
BLUE value IS 248 (97.27% from 255) = 48.92%
R=24.85%
G=26.23%
B=48.92%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1261332480.490.4600.03236.5689.7173.33
Hex7E85F8312E03ed5a49
Octal176205370615603355132111
Binary111111010000101111110001100011011100111110110110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E85F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,133,248); }

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

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

 a { background-color: rgb(126,133,248); }

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

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

 span { border-color: rgb(126,133,248); }

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