#9859FF

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

Shades of Light Slate Blue #9859FF

Tints of Light Slate Blue #9859FF

Color information

#9859FF (or 0x9859FF) is unknown color: approx Light Slate Blue. HEX triplet: 98, 59 and FF. RGB value is (152,89,255). Sum of RGB (Red+Green+Blue) = 152+89+255=496 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.65% from 496); Green value is 89 (35.16% from 255 or 17.94% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #9859FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9859FF is #67A600. Grayscale: #7E7E7E. Windows color (decimal): -6792705 or 16734616. OLE color: 16734616.

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

Color convert

RGB15289255-
CMYK0.400.6500
HSL262.77º100%67.45%-
HSV(B)262.77º65.1%100%-
XYZ34.5721.0496.85-
YUV126.76200.37146-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.65%
GREEN value IS 89 (35.16% from 255) = 17.94%
BLUE value IS 255 (100% from 255) = 51.41%
R=30.65%
G=17.94%
B=51.41%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal152892550.400.6500262.7710067.45
Hex9859FF2841001076443
Octal2301313775010100407144103
Binary1001100010110011111111110100010000010010000011111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9859FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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