Html Css Color HEX #966BFE Light Slate Blue

📋 copy color: '#966BFE'

red 150 ◦ green 107 ◦ blue 254

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

Shades of Light Slate Blue #966BFE

Tints of Light Slate Blue #966BFE

RGB

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

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

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

R = 29.35%
G = 20.94%
B = 49.71%

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

#966BFE (or 0x966BFE) is known color: Light Slate Blue. HEX triplet: 96, 6B and FE. RGB value is (150,107,254). Sum of RGB (Red+Green+Blue) = 150+107+254=511 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.35% from 511); Green value is 107 (42.19% from 255 or 20.94% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #966BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #966BFE is #699401. Grayscale: #888888. Windows color (decimal): -6919170 or 16673686. OLE color: 16673686.

HSL color Cylindrical-coordinate representation of color #966BFE: hue angle of 257.55º 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 #966BFE is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 150 107 254 -
CMYK 0.41 0.58 0 0.00
HSL 257.55º 0.99% 0.71% -
HSV(B) 257.55º 0.58% 1% -
XYZ 35.72 24.16 96.55 -
YUV 136.62 194.25 137.55 -
System Red Green Blue C M Y K H S L
Decimal 150 107 254 0.41 0.58 0 0.00 257.55 0.99 0.71
Hex 96 6B FE 29 3A 0 0 102 63 47
Octal 226 153 376 51 72 0 0 402 143 107
Binary 10010110 1101011 11111110 101001 111010 0 0 100000010 1100011 1000111

Color Harmonies of #966BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966BFE

Black with #966BFE

Text Example


Text Example

White with #966BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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