#7E85FA

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

Shades of Light Slate Blue #7E85FA

Tints of Light Slate Blue #7E85FA

Color information

#7E85FA (or 0x7E85FA) is unknown color: approx Light Slate Blue. HEX triplet: 7E, 85 and FA. RGB value is (126,133,250). Sum of RGB (Red+Green+Blue) = 126+133+250=509 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.75% from 509); Green value is 133 (52.34% from 255 or 26.13% from 509); Blue value is 250 (98.05% from 255 or 49.12% from 509); Max value from RGB is 250 - color contains mainly: blue. Hex color #7E85FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7E85FA is #817A05. Grayscale: #8F8F8F. Windows color (decimal): -8485382 or 16418174. OLE color: 16418174.

HSL color Cylindrical-coordinate representation of color #7E85FA: hue angle of 236.61º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7E85FA is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB126133250-
CMYK0.500.4700.02
HSL236.61º92.54%73.73%-
HSV(B)236.61º49.6%98.04%-
XYZ34.2528.1194.06-
YUV144.24187.68114.99-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.75%
GREEN value IS 133 (52.34% from 255) = 26.13%
BLUE value IS 250 (98.05% from 255) = 49.12%
R=24.75%
G=26.13%
B=49.12%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1261332500.500.4700.02236.6192.5473.73
Hex7E85FA322F02ed5d4a
Octal176205372625702355135112
Binary111111010000101111110101100101011110101110110110111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E85FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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