Html Css Color HEX #966CF9 Light Slate Blue

📋 copy color: '#966CF9'

red 150 ◦ green 108 ◦ blue 249

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

Shades of Light Slate Blue #966CF9

Tints of Light Slate Blue #966CF9

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.3%

 BLUE value IS 249 (97.66% from 255) = 49.11%

R = 29.59%
G = 21.3%
B = 49.11%

CMYK

 C value IS 0.40

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#966CF9 (or 0x966CF9) is known color: Light Slate Blue. HEX triplet: 96, 6C and F9. RGB value is (150,108,249). Sum of RGB (Red+Green+Blue) = 150+108+249=507 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.59% from 507); Green value is 108 (42.58% from 255 or 21.30% from 507); Blue value is 249 (97.66% from 255 or 49.11% from 507); Max value from RGB is 249 - color contains mainly: blue. Hex color #966CF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #966CF9 is #699306. Grayscale: #888888. Windows color (decimal): -6918919 or 16346262. OLE color: 16346262.

HSL color Cylindrical-coordinate representation of color #966CF9: hue angle of 257.87º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #966CF9 is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 108 249 -
CMYK 0.40 0.57 0 0.02
HSL 257.87º 0.92% 0.7% -
HSV(B) 257.87º 0.57% 0.98% -
XYZ 35.04 24.05 92.42 -
YUV 136.63 191.41 137.54 -
System Red Green Blue C M Y K H S L
Decimal 150 108 249 0.40 0.57 0 0.02 257.87 0.92 0.7
Hex 96 6C F9 28 39 0 2 102 5C 46
Octal 226 154 371 50 71 0 2 402 134 106
Binary 10010110 1101100 11111001 101000 111001 0 10 100000010 1011100 1000110

Color Harmonies of #966CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966CF9

Black with #966CF9

Text Example


Text Example

White with #966CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,108,249); }

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

background-color css

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

 a { background-color: rgb(150,108,249); }

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

border-color css

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

 span { border-color: rgb(150,108,249); }

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