#9873FF

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

Shades of Light Slate Blue #9873FF

Tints of Light Slate Blue #9873FF

Color information

#9873FF (or 0x9873FF) is unknown color: approx Light Slate Blue. HEX triplet: 98, 73 and FF. RGB value is (152,115,255). Sum of RGB (Red+Green+Blue) = 152+115+255=522 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.12% from 522); Green value is 115 (45.31% from 255 or 22.03% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #9873FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9873FF is #678C00. Grayscale: #8D8D8D. Windows color (decimal): -6786049 or 16741272. OLE color: 16741272.

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

Color convert

RGB152115255-
CMYK0.400.5500
HSL255.86º100%72.55%-
HSV(B)255.86º54.9%100%-
XYZ37.1326.1697.7-
YUV142.02191.76135.12-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.12%
GREEN value IS 115 (45.31% from 255) = 22.03%
BLUE value IS 255 (100% from 255) = 48.85%
R=29.12%
G=22.03%
B=48.85%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1521152550.400.5500255.8610072.55
Hex9873FF2837001006449
Octal230163377506700400144111
Binary100110001110011111111111010001101110010000000011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9873FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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