#9877FA

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

Shades of Light Slate Blue #9877FA

Tints of Light Slate Blue #9877FA

Color information

#9877FA (or 0x9877FA) is unknown color: approx Light Slate Blue. HEX triplet: 98, 77 and FA. RGB value is (152,119,250). Sum of RGB (Red+Green+Blue) = 152+119+250=521 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.17% from 521); Green value is 119 (46.88% from 255 or 22.84% from 521); Blue value is 250 (98.05% from 255 or 47.98% from 521); Max value from RGB is 250 - color contains mainly: blue. Hex color #9877FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9877FA is #678805. Grayscale: #8F8F8F. Windows color (decimal): -6785030 or 16414616. OLE color: 16414616.

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

Color convert

RGB152119250-
CMYK0.390.5200.02
HSL255.11º92.91%72.35%-
HSV(B)255.11º52.4%98.04%-
XYZ36.826.7793.67-
YUV143.8187.93133.85-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.17%
GREEN value IS 119 (46.88% from 255) = 22.84%
BLUE value IS 250 (98.05% from 255) = 47.98%
R=29.17%
G=22.84%
B=47.98%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1521192500.390.5200.02255.1192.9172.35
Hex9877FA273402ff5d48
Octal230167372476402377135110
Binary100110001110111111110101001111101000101111111110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9877FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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