Html Css Color HEX #966FFD Light Slate Blue

📋 copy color: '#966FFD'

red 150 ◦ green 111 ◦ blue 253

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

Shades of Light Slate Blue #966FFD

Tints of Light Slate Blue #966FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.22%

R = 29.18%
G = 21.6%
B = 49.22%

CMYK

 C value IS 0.41

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#966FFD (or 0x966FFD) is known color: Light Slate Blue. HEX triplet: 96, 6F and FD. RGB value is (150,111,253). Sum of RGB (Red+Green+Blue) = 150+111+253=514 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.18% from 514); Green value is 111 (43.75% from 255 or 21.60% from 514); Blue value is 253 (99.22% from 255 or 49.22% from 514); Max value from RGB is 253 - color contains mainly: blue. Hex color #966FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #966FFD is #699002. Grayscale: #8A8A8A. Windows color (decimal): -6918147 or 16609174. OLE color: 16609174.

HSL color Cylindrical-coordinate representation of color #966FFD: hue angle of 256.48º degrees, saturation: 0.97, 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 #966FFD is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 150 111 253 -
CMYK 0.41 0.56 0 0.01
HSL 256.48º 0.97% 0.71% -
HSV(B) 256.48º 0.56% 0.99% -
XYZ 35.99 24.94 95.85 -
YUV 138.85 192.42 135.95 -
System Red Green Blue C M Y K H S L
Decimal 150 111 253 0.41 0.56 0 0.01 256.48 0.97 0.71
Hex 96 6F FD 29 38 0 1 100 61 47
Octal 226 157 375 51 70 0 1 400 141 107
Binary 10010110 1101111 11111101 101001 111000 0 1 100000000 1100001 1000111

Color Harmonies of #966FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966FFD

Black with #966FFD

Text Example


Text Example

White with #966FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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