Html Css Color HEX #9659FF Light Slate Blue

📋 copy color: '#9659FF'

red 150 ◦ green 89 ◦ blue 255

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

Shades of Light Slate Blue #9659FF

Tints of Light Slate Blue #9659FF

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.02%

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

R = 30.36%
G = 18.02%
B = 51.62%

CMYK

 C value IS 0.41

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9659FF (or 0x9659FF) is known color: Light Slate Blue. HEX triplet: 96, 59 and FF. RGB value is (150,89,255). Sum of RGB (Red+Green+Blue) = 150+89+255=494 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.36% from 494); Green value is 89 (35.16% from 255 or 18.02% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #9659FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9659FF is #69A600. Grayscale: #7D7D7D. Windows color (decimal): -6923777 or 16734614. OLE color: 16734614.

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

Color convert

RGB 150 89 255 -
CMYK 0.41 0.65 0 0
HSL 262.05º 1% 0.67% -
HSV(B) 262.05º 0.65% 1% -
XYZ 34.2 20.85 96.83 -
YUV 126.16 200.71 145 -
System Red Green Blue C M Y K H S L
Decimal 150 89 255 0.41 0.65 0 0 262.05 1 0.67
Hex 96 59 FF 29 41 0 0 106 64 43
Octal 226 131 377 51 101 0 0 406 144 103
Binary 10010110 1011001 11111111 101001 1000001 0 0 100000110 1100100 1000011

Color Harmonies of #9659FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9659FF

Black with #9659FF

Text Example


Text Example

White with #9659FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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