Html Css Color HEX #9656FE Light Slate Blue

📋 copy color: '#9656FE'

red 150 ◦ green 86 ◦ blue 254

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

Shades of Light Slate Blue #9656FE

Tints of Light Slate Blue #9656FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51.84%

R = 30.61%
G = 17.55%
B = 51.84%

CMYK

 C value IS 0.41

 M value IS 0.66

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9656FE (or 0x9656FE) is known color: Light Slate Blue. HEX triplet: 96, 56 and FE. RGB value is (150,86,254). Sum of RGB (Red+Green+Blue) = 150+86+254=490 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.61% from 490); Green value is 86 (33.98% from 255 or 17.55% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #9656FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9656FE is #69A901. Grayscale: #7B7B7B. Windows color (decimal): -6924546 or 16668310. OLE color: 16668310.

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

Color convert

RGB 150 86 254 -
CMYK 0.41 0.66 0 0.00
HSL 262.86º 0.99% 0.67% -
HSV(B) 262.86º 0.66% 1% -
XYZ 33.79 20.3 95.9 -
YUV 124.29 201.2 146.34 -
System Red Green Blue C M Y K H S L
Decimal 150 86 254 0.41 0.66 0 0.00 262.86 0.99 0.67
Hex 96 56 FE 29 42 0 0 107 63 43
Octal 226 126 376 51 102 0 0 407 143 103
Binary 10010110 1010110 11111110 101001 1000010 0 0 100000111 1100011 1000011

Color Harmonies of #9656FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9656FE

Black with #9656FE

Text Example


Text Example

White with #9656FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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