#9860FF

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

Shades of Light Slate Blue #9860FF

Tints of Light Slate Blue #9860FF

Color information

#9860FF (or 0x9860FF) is unknown color: approx Light Slate Blue. HEX triplet: 98, 60 and FF. RGB value is (152,96,255). Sum of RGB (Red+Green+Blue) = 152+96+255=503 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.22% from 503); Green value is 96 (37.89% from 255 or 19.09% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #9860FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9860FF is #679F00. Grayscale: #828282. Windows color (decimal): -6790913 or 16736408. OLE color: 16736408.

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

Color convert

RGB15296255-
CMYK0.400.6200
HSL261.13º100%68.82%-
HSV(B)261.13º62.35%100%-
XYZ35.1822.2697.05-
YUV130.87198.05143.07-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.22%
GREEN value IS 96 (37.89% from 255) = 19.09%
BLUE value IS 255 (100% from 255) = 50.70%
R=30.22%
G=19.09%
B=50.70%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal152962550.400.6200261.1310068.82
Hex9860FF283E001056445
Octal230140377507600405144105
Binary100110001100000111111111010001111100010000010111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9860FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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