#9E85FC

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

Shades of Light Slate Blue #9E85FC

Tints of Light Slate Blue #9E85FC

Color information

#9E85FC (or 0x9E85FC) is unknown color: approx Light Slate Blue. HEX triplet: 9E, 85 and FC. RGB value is (158,133,252). Sum of RGB (Red+Green+Blue) = 158+133+252=543 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.10% from 543); Green value is 133 (52.34% from 255 or 24.49% from 543); Blue value is 252 (98.83% from 255 or 46.41% from 543); Max value from RGB is 252 - color contains mainly: blue. Hex color #9E85FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E85FC is #617A03. Grayscale: #999999. Windows color (decimal): -6388228 or 16549278. OLE color: 16549278.

HSL color Cylindrical-coordinate representation of color #9E85FC: hue angle of 252.61º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9E85FC is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB158133252-
CMYK0.370.4700.01
HSL252.61º95.2%75.49%-
HSV(B)252.61º47.22%98.82%-
XYZ40.0631.0795.98-
YUV154.04183.28130.82-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.10%
GREEN value IS 133 (52.34% from 255) = 24.49%
BLUE value IS 252 (98.83% from 255) = 46.41%
R=29.10%
G=24.49%
B=46.41%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1581332520.370.4700.01252.6195.275.49
Hex9E85FC252F01fd5f4b
Octal236205374455701375137113
Binary100111101000010111111100100101101111011111110110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E85FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E85FC; }

 p { color: rgb(158,133,252); }

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

<style>
 a { background-color: #9E85FC; }

 a { background-color: rgb(158,133,252); }

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

<style>
 span { border-color: #9E85FC; }

 span { border-color: rgb(158,133,252); }

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