Html Css Color HEX #9660FF Light Slate Blue

📋 copy color: '#9660FF'

red 150 ◦ green 96 ◦ blue 255

#9660FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #9660FF

Tints of Light Slate Blue #9660FF

RGB

 RED value IS 150 (58.98% from 255) = 29.94%

 GREEN value IS 96 (37.89% from 255) = 19.16%

 BLUE value IS 255 (100% from 255) = 50.9%

R = 29.94%
G = 19.16%
B = 50.9%

CMYK

 C value IS 0.41

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9660FF (or 0x9660FF) is known color: Light Slate Blue. HEX triplet: 96, 60 and FF. RGB value is (150,96,255). Sum of RGB (Red+Green+Blue) = 150+96+255=501 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.94% from 501); Green value is 96 (37.89% from 255 or 19.16% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #9660FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9660FF is #699F00. Grayscale: #818181. Windows color (decimal): -6921985 or 16736406. OLE color: 16736406.

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

Color convert

RGB 150 96 255 -
CMYK 0.41 0.62 0 0
HSL 260.38º 1% 0.69% -
HSV(B) 260.38º 0.62% 1% -
XYZ 34.81 22.07 97.03 -
YUV 130.27 198.39 142.07 -
System Red Green Blue C M Y K H S L
Decimal 150 96 255 0.41 0.62 0 0 260.38 1 0.69
Hex 96 60 FF 29 3E 0 0 104 64 45
Octal 226 140 377 51 76 0 0 404 144 105
Binary 10010110 1100000 11111111 101001 111110 0 0 100000100 1100100 1000101

Color Harmonies of #9660FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9660FF

Black with #9660FF

Text Example


Text Example

White with #9660FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9660FF;
 }
 .AnyTagClassName
 {
   color: #9660FF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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