Html Css Color HEX #9656F9 Light Slate Blue

📋 copy color: '#9656F9'

red 150 ◦ green 86 ◦ blue 249

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

Shades of Light Slate Blue #9656F9

Tints of Light Slate Blue #9656F9

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.73%

 BLUE value IS 249 (97.66% from 255) = 51.34%

R = 30.93%
G = 17.73%
B = 51.34%

CMYK

 C value IS 0.40

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9656F9 (or 0x9656F9) is known color: Light Slate Blue. HEX triplet: 96, 56 and F9. RGB value is (150,86,249). Sum of RGB (Red+Green+Blue) = 150+86+249=485 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.93% from 485); Green value is 86 (33.98% from 255 or 17.73% from 485); Blue value is 249 (97.66% from 255 or 51.34% from 485); Max value from RGB is 249 - color contains mainly: blue. Hex color #9656F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9656F9 is #69A906. Grayscale: #7B7B7B. Windows color (decimal): -6924551 or 16340630. OLE color: 16340630.

HSL color Cylindrical-coordinate representation of color #9656F9: hue angle of 263.56º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9656F9 is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 86 249 -
CMYK 0.40 0.65 0 0.02
HSL 263.56º 0.93% 0.66% -
HSV(B) 263.56º 0.65% 0.98% -
XYZ 33 19.98 91.74 -
YUV 123.72 198.7 146.75 -
System Red Green Blue C M Y K H S L
Decimal 150 86 249 0.40 0.65 0 0.02 263.56 0.93 0.66
Hex 96 56 F9 28 41 0 2 108 5D 42
Octal 226 126 371 50 101 0 2 410 135 102
Binary 10010110 1010110 11111001 101000 1000001 0 10 100001000 1011101 1000010

Color Harmonies of #9656F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9656F9

Black with #9656F9

Text Example


Text Example

White with #9656F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9656F9; }

 p { color: rgb(150,86,249); }

 H1.HeaderClassName
 {
   color: #9656F9;
 }
 .AnyTagClassName
 {
   color: #9656F9;
 }
</style>

background-color css

<style>
 a { background-color: #9656F9; }

 a { background-color: rgb(150,86,249); }

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

border-color css

<style>
 span { border-color: #9656F9; }

 span { border-color: rgb(150,86,249); }

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