Html Css Color HEX #966CFB Light Slate Blue

📋 copy color: '#966CFB'

red 150 ◦ green 108 ◦ blue 251

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

Shades of Light Slate Blue #966CFB

Tints of Light Slate Blue #966CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.31%

R = 29.47%
G = 21.22%
B = 49.31%

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

#966CFB (or 0x966CFB) is known color: Light Slate Blue. HEX triplet: 96, 6C and FB. RGB value is (150,108,251). Sum of RGB (Red+Green+Blue) = 150+108+251=509 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.47% from 509); Green value is 108 (42.58% from 255 or 21.22% from 509); Blue value is 251 (98.44% from 255 or 49.31% from 509); Max value from RGB is 251 - color contains mainly: blue. Hex color #966CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #966CFB is #699304. Grayscale: #888888. Windows color (decimal): -6918917 or 16477334. OLE color: 16477334.

HSL color Cylindrical-coordinate representation of color #966CFB: hue angle of 257.62º degrees, saturation: 0.95, 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 #966CFB is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 108 251 -
CMYK 0.40 0.57 0 0.02
HSL 257.62º 0.95% 0.7% -
HSV(B) 257.62º 0.57% 0.98% -
XYZ 35.35 24.17 94.07 -
YUV 136.86 192.41 137.37 -
System Red Green Blue C M Y K H S L
Decimal 150 108 251 0.40 0.57 0 0.02 257.62 0.95 0.7
Hex 96 6C FB 28 39 0 2 102 5F 46
Octal 226 154 373 50 71 0 2 402 137 106
Binary 10010110 1101100 11111011 101000 111001 0 10 100000010 1011111 1000110

Color Harmonies of #966CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966CFB

Black with #966CFB

Text Example


Text Example

White with #966CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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