#9885FA

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

Shades of Light Slate Blue #9885FA

Tints of Light Slate Blue #9885FA

Color information

#9885FA (or 0x9885FA) is unknown color: approx Light Slate Blue. HEX triplet: 98, 85 and FA. RGB value is (152,133,250). Sum of RGB (Red+Green+Blue) = 152+133+250=535 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.41% from 535); Green value is 133 (52.34% from 255 or 24.86% from 535); Blue value is 250 (98.05% from 255 or 46.73% from 535); Max value from RGB is 250 - color contains mainly: blue. Hex color #9885FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9885FA is #677A05. Grayscale: #979797. Windows color (decimal): -6781446 or 16418200. OLE color: 16418200.

HSL color Cylindrical-coordinate representation of color #9885FA: hue angle of 249.74º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9885FA is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB152133250-
CMYK0.390.4700.02
HSL249.74º92.13%75.1%-
HSV(B)249.74º46.8%98.04%-
XYZ38.5930.3594.27-
YUV152.02183.29127.99-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.41%
GREEN value IS 133 (52.34% from 255) = 24.86%
BLUE value IS 250 (98.05% from 255) = 46.73%
R=28.41%
G=24.86%
B=46.73%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1521332500.390.4700.02249.7492.1375.1
Hex9885FA272F02fa5c4b
Octal230205372475702372134113
Binary1001100010000101111110101001111011110101111101010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9885FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9885FA; }

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

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

<style>
 a { background-color: #9885FA; }

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

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

<style>
 span { border-color: #9885FA; }

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

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