Html Css Color HEX #966AFE Light Slate Blue

📋 copy color: '#966AFE'

red 150 ◦ green 106 ◦ blue 254

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

Shades of Light Slate Blue #966AFE

Tints of Light Slate Blue #966AFE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.78%

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

R = 29.41%
G = 20.78%
B = 49.8%

CMYK

 C value IS 0.41

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#966AFE (or 0x966AFE) is known color: Light Slate Blue. HEX triplet: 96, 6A and FE. RGB value is (150,106,254). Sum of RGB (Red+Green+Blue) = 150+106+254=510 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.41% from 510); Green value is 106 (41.80% from 255 or 20.78% from 510); Blue value is 254 (99.61% from 255 or 49.80% from 510); Max value from RGB is 254 - color contains mainly: blue. Hex color #966AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #966AFE is #699501. Grayscale: #878787. Windows color (decimal): -6919426 or 16673430. OLE color: 16673430.

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

Color convert

RGB 150 106 254 -
CMYK 0.41 0.58 0 0.00
HSL 257.84º 0.99% 0.71% -
HSV(B) 257.84º 0.58% 1% -
XYZ 35.62 23.95 96.51 -
YUV 136.03 194.58 137.97 -
System Red Green Blue C M Y K H S L
Decimal 150 106 254 0.41 0.58 0 0.00 257.84 0.99 0.71
Hex 96 6A FE 29 3A 0 0 102 63 47
Octal 226 152 376 51 72 0 0 402 143 107
Binary 10010110 1101010 11111110 101001 111010 0 0 100000010 1100011 1000111

Color Harmonies of #966AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966AFE

Black with #966AFE

Text Example


Text Example

White with #966AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966AFE; }

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

 H1.HeaderClassName
 {
   color: #966AFE;
 }
 .AnyTagClassName
 {
   color: #966AFE;
 }
</style>

background-color css

<style>
 a { background-color: #966AFE; }

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

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

border-color css

<style>
 span { border-color: #966AFE; }

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

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