Html Css Color HEX #9656FF Light Slate Blue

📋 copy color: '#9656FF'

red 150 ◦ green 86 ◦ blue 255

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

Shades of Light Slate Blue #9656FF

Tints of Light Slate Blue #9656FF

RGB

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

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

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

R = 30.55%
G = 17.52%
B = 51.93%

CMYK

 C value IS 0.41

 M value IS 0.66

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9656FF (or 0x9656FF) is known color: Light Slate Blue. HEX triplet: 96, 56 and FF. RGB value is (150,86,255). Sum of RGB (Red+Green+Blue) = 150+86+255=491 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.55% from 491); Green value is 86 (33.98% from 255 or 17.52% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #9656FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9656FF is #69A900. Grayscale: #7B7B7B. Windows color (decimal): -6924545 or 16733846. OLE color: 16733846.

HSL color Cylindrical-coordinate representation of color #9656FF: hue angle of 262.72º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9656FF is Cyan = 0.41, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 150 86 255 -
CMYK 0.41 0.66 0 0
HSL 262.72º 1% 0.67% -
HSV(B) 262.72º 0.66% 1% -
XYZ 33.96 20.36 96.75 -
YUV 124.4 201.7 146.26 -
System Red Green Blue C M Y K H S L
Decimal 150 86 255 0.41 0.66 0 0 262.72 1 0.67
Hex 96 56 FF 29 42 0 0 107 64 43
Octal 226 126 377 51 102 0 0 407 144 103
Binary 10010110 1010110 11111111 101001 1000010 0 0 100000111 1100100 1000011

Color Harmonies of #9656FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9656FF

Black with #9656FF

Text Example


Text Example

White with #9656FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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