#9662FF

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

Shades of Light Slate Blue #9662FF

Tints of Light Slate Blue #9662FF

Color information

#9662FF (or 0x9662FF) is unknown color: approx Light Slate Blue. HEX triplet: 96, 62 and FF. RGB value is (150,98,255). Sum of RGB (Red+Green+Blue) = 150+98+255=503 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.82% from 503); Green value is 98 (38.67% from 255 or 19.48% 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 #9662FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9662FF is #699D00. Grayscale: #828282. Windows color (decimal): -6921473 or 16736918. OLE color: 16736918.

HSL color Cylindrical-coordinate representation of color #9662FF: hue angle of 259.87º 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 #9662FF is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB15098255-
CMYK0.410.6200
HSL259.87º100%69.22%-
HSV(B)259.87º61.57%100%-
XYZ3522.4497.09-
YUV131.45197.73141.23-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.82%
GREEN value IS 98 (38.67% from 255) = 19.48%
BLUE value IS 255 (100% from 255) = 50.70%
R=29.82%
G=19.48%
B=50.70%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal150982550.410.6200259.8710069.22
Hex9662FF293E001046445
Octal226142377517600404144105
Binary100101101100010111111111010011111100010000010011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9662FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,98,255); }

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

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

 a { background-color: rgb(150,98,255); }

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

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

 span { border-color: rgb(150,98,255); }

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