Html Css Color HEX #966EFF Light Slate Blue

📋 copy color: '#966EFF'

red 150 ◦ green 110 ◦ blue 255

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

Shades of Light Slate Blue #966EFF

Tints of Light Slate Blue #966EFF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.36%

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

R = 29.13%
G = 21.36%
B = 49.51%

CMYK

 C value IS 0.41

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#966EFF (or 0x966EFF) is known color: Light Slate Blue. HEX triplet: 96, 6E and FF. RGB value is (150,110,255). Sum of RGB (Red+Green+Blue) = 150+110+255=515 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.13% from 515); Green value is 110 (43.36% from 255 or 21.36% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #966EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #966EFF is #699100. Grayscale: #898989. Windows color (decimal): -6918401 or 16739990. OLE color: 16739990.

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

Color convert

RGB 150 110 255 -
CMYK 0.41 0.57 0 0
HSL 256.55º 1% 0.72% -
HSV(B) 256.55º 0.57% 1% -
XYZ 36.2 24.86 97.5 -
YUV 138.49 193.75 136.21 -
System Red Green Blue C M Y K H S L
Decimal 150 110 255 0.41 0.57 0 0 256.55 1 0.72
Hex 96 6E FF 29 39 0 0 101 64 48
Octal 226 156 377 51 71 0 0 401 144 110
Binary 10010110 1101110 11111111 101001 111001 0 0 100000001 1100100 1001000

Color Harmonies of #966EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966EFF

Black with #966EFF

Text Example


Text Example

White with #966EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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