Html Css Color HEX #966FFE Light Slate Blue

📋 copy color: '#966FFE'

red 150 ◦ green 111 ◦ blue 254

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

Shades of Light Slate Blue #966FFE

Tints of Light Slate Blue #966FFE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.55%

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

R = 29.13%
G = 21.55%
B = 49.32%

CMYK

 C value IS 0.41

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#966FFE (or 0x966FFE) is known color: Light Slate Blue. HEX triplet: 96, 6F and FE. RGB value is (150,111,254). Sum of RGB (Red+Green+Blue) = 150+111+254=515 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.13% from 515); Green value is 111 (43.75% from 255 or 21.55% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #966FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #966FFE is #699001. Grayscale: #8A8A8A. Windows color (decimal): -6918146 or 16674710. OLE color: 16674710.

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

Color convert

RGB 150 111 254 -
CMYK 0.41 0.56 0 0.00
HSL 256.36º 0.99% 0.72% -
HSV(B) 256.36º 0.56% 1% -
XYZ 36.15 25.01 96.69 -
YUV 138.96 192.92 135.87 -
System Red Green Blue C M Y K H S L
Decimal 150 111 254 0.41 0.56 0 0.00 256.36 0.99 0.72
Hex 96 6F FE 29 38 0 0 100 63 48
Octal 226 157 376 51 70 0 0 400 143 110
Binary 10010110 1101111 11111110 101001 111000 0 0 100000000 1100011 1001000

Color Harmonies of #966FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966FFE

Black with #966FFE

Text Example


Text Example

White with #966FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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