#9881FC

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

Shades of Light Slate Blue #9881FC

Tints of Light Slate Blue #9881FC

Color information

#9881FC (or 0x9881FC) is unknown color: approx Light Slate Blue. HEX triplet: 98, 81 and FC. RGB value is (152,129,252). Sum of RGB (Red+Green+Blue) = 152+129+252=533 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.52% from 533); Green value is 129 (50.78% from 255 or 24.20% from 533); Blue value is 252 (98.83% from 255 or 47.28% from 533); Max value from RGB is 252 - color contains mainly: blue. Hex color #9881FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9881FC is #677E03. Grayscale: #959595. Windows color (decimal): -6782468 or 16548248. OLE color: 16548248.

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

Color convert

RGB152129252-
CMYK0.400.4900.01
HSL251.22º95.35%74.71%-
HSV(B)251.22º48.81%98.82%-
XYZ38.3729.495.75-
YUV149.9185.62129.5-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.52%
GREEN value IS 129 (50.78% from 255) = 24.20%
BLUE value IS 252 (98.83% from 255) = 47.28%
R=28.52%
G=24.20%
B=47.28%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1521292520.400.4900.01251.2295.3574.71
Hex9881FC283101fb5f4b
Octal230201374506101373137113
Binary100110001000000111111100101000110001011111101110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9881FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9881FC; }

 p { color: rgb(152,129,252); }

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

<style>
 a { background-color: #9881FC; }

 a { background-color: rgb(152,129,252); }

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

<style>
 span { border-color: #9881FC; }

 span { border-color: rgb(152,129,252); }

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