Html Css Color HEX #9659FD Light Slate Blue

📋 copy color: '#9659FD'

red 150 ◦ green 89 ◦ blue 253

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

Shades of Light Slate Blue #9659FD

Tints of Light Slate Blue #9659FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 51.42%

R = 30.49%
G = 18.09%
B = 51.42%

CMYK

 C value IS 0.41

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9659FD (or 0x9659FD) is known color: Light Slate Blue. HEX triplet: 96, 59 and FD. RGB value is (150,89,253). Sum of RGB (Red+Green+Blue) = 150+89+253=492 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.49% from 492); Green value is 89 (35.16% from 255 or 18.09% from 492); Blue value is 253 (99.22% from 255 or 51.42% from 492); Max value from RGB is 253 - color contains mainly: blue. Hex color #9659FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9659FD is #69A602. Grayscale: #7D7D7D. Windows color (decimal): -6923779 or 16603542. OLE color: 16603542.

HSL color Cylindrical-coordinate representation of color #9659FD: hue angle of 262.32º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9659FD is Cyan = 0.41, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 150 89 253 -
CMYK 0.41 0.65 0 0.01
HSL 262.32º 0.98% 0.67% -
HSV(B) 262.32º 0.65% 0.99% -
XYZ 33.88 20.72 95.14 -
YUV 125.94 199.71 145.16 -
System Red Green Blue C M Y K H S L
Decimal 150 89 253 0.41 0.65 0 0.01 262.32 0.98 0.67
Hex 96 59 FD 29 41 0 1 106 62 43
Octal 226 131 375 51 101 0 1 406 142 103
Binary 10010110 1011001 11111101 101001 1000001 0 1 100000110 1100010 1000011

Color Harmonies of #9659FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9659FD

Black with #9659FD

Text Example


Text Example

White with #9659FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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