#9881FF

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

Shades of Light Slate Blue #9881FF

Tints of Light Slate Blue #9881FF

Color information

#9881FF (or 0x9881FF) is unknown color: approx Light Slate Blue. HEX triplet: 98, 81 and FF. RGB value is (152,129,255). Sum of RGB (Red+Green+Blue) = 152+129+255=536 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.36% from 536); Green value is 129 (50.78% from 255 or 24.07% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #9881FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9881FF is #677E00. Grayscale: #959595. Windows color (decimal): -6782465 or 16744856. OLE color: 16744856.

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

Color convert

RGB152129255-
CMYK0.400.4900
HSL250.95º100%75.29%-
HSV(B)250.95º49.41%100%-
XYZ38.8529.698.27-
YUV150.24187.12129.25-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.36%
GREEN value IS 129 (50.78% from 255) = 24.07%
BLUE value IS 255 (100% from 255) = 47.57%
R=28.36%
G=24.07%
B=47.57%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1521292550.400.4900250.9510075.29
Hex9881FF283100fb644b
Octal230201377506100373144113
Binary100110001000000111111111101000110001001111101111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9881FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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