Html Css Color HEX #966BFF Light Slate Blue

📋 copy color: '#966BFF'

red 150 ◦ green 107 ◦ blue 255

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

Shades of Light Slate Blue #966BFF

Tints of Light Slate Blue #966BFF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.9%

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

R = 29.3%
G = 20.9%
B = 49.8%

CMYK

 C value IS 0.41

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#966BFF (or 0x966BFF) is known color: Light Slate Blue. HEX triplet: 96, 6B and FF. RGB value is (150,107,255). Sum of RGB (Red+Green+Blue) = 150+107+255=512 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.30% from 512); Green value is 107 (42.19% from 255 or 20.90% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #966BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #966BFF is #699400. Grayscale: #888888. Windows color (decimal): -6919169 or 16739222. OLE color: 16739222.

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

Color convert

RGB 150 107 255 -
CMYK 0.41 0.58 0 0
HSL 257.43º 1% 0.71% -
HSV(B) 257.43º 0.58% 1% -
XYZ 35.89 24.22 97.39 -
YUV 136.73 194.75 137.47 -
System Red Green Blue C M Y K H S L
Decimal 150 107 255 0.41 0.58 0 0 257.43 1 0.71
Hex 96 6B FF 29 3A 0 0 101 64 47
Octal 226 153 377 51 72 0 0 401 144 107
Binary 10010110 1101011 11111111 101001 111010 0 0 100000001 1100100 1000111

Color Harmonies of #966BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966BFF

Black with #966BFF

Text Example


Text Example

White with #966BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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