Html Css Color HEX #966FFC Light Slate Blue

📋 copy color: '#966FFC'

red 150 ◦ green 111 ◦ blue 252

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

Shades of Light Slate Blue #966FFC

Tints of Light Slate Blue #966FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.12%

R = 29.24%
G = 21.64%
B = 49.12%

CMYK

 C value IS 0.40

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#966FFC (or 0x966FFC) is known color: Light Slate Blue. HEX triplet: 96, 6F and FC. RGB value is (150,111,252). Sum of RGB (Red+Green+Blue) = 150+111+252=513 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.24% from 513); Green value is 111 (43.75% from 255 or 21.64% from 513); Blue value is 252 (98.83% from 255 or 49.12% from 513); Max value from RGB is 252 - color contains mainly: blue. Hex color #966FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #966FFC is #699003. Grayscale: #8A8A8A. Windows color (decimal): -6918148 or 16543638. OLE color: 16543638.

HSL color Cylindrical-coordinate representation of color #966FFC: hue angle of 256.6º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #966FFC is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 150 111 252 -
CMYK 0.40 0.56 0 0.01
HSL 256.6º 0.96% 0.71% -
HSV(B) 256.6º 0.56% 0.99% -
XYZ 35.83 24.88 95.01 -
YUV 138.74 191.92 136.04 -
System Red Green Blue C M Y K H S L
Decimal 150 111 252 0.40 0.56 0 0.01 256.6 0.96 0.71
Hex 96 6F FC 28 38 0 1 101 60 47
Octal 226 157 374 50 70 0 1 401 140 107
Binary 10010110 1101111 11111100 101000 111000 0 1 100000001 1100000 1000111

Color Harmonies of #966FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966FFC

Black with #966FFC

Text Example


Text Example

White with #966FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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