Html Css Color HEX #966AFB Light Slate Blue

📋 copy color: '#966AFB'

red 150 ◦ green 106 ◦ blue 251

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

Shades of Light Slate Blue #966AFB

Tints of Light Slate Blue #966AFB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.91%

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

R = 29.59%
G = 20.91%
B = 49.51%

CMYK

 C value IS 0.40

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#966AFB (or 0x966AFB) is known color: Light Slate Blue. HEX triplet: 96, 6A and FB. RGB value is (150,106,251). Sum of RGB (Red+Green+Blue) = 150+106+251=507 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.59% from 507); Green value is 106 (41.80% from 255 or 20.91% from 507); Blue value is 251 (98.44% from 255 or 49.51% from 507); Max value from RGB is 251 - color contains mainly: blue. Hex color #966AFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #966AFB is #699504. Grayscale: #878787. Windows color (decimal): -6919429 or 16476822. OLE color: 16476822.

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

Color convert

RGB 150 106 251 -
CMYK 0.40 0.58 0 0.02
HSL 258.21º 0.95% 0.7% -
HSV(B) 258.21º 0.58% 0.98% -
XYZ 35.14 23.76 94 -
YUV 135.69 193.08 138.21 -
System Red Green Blue C M Y K H S L
Decimal 150 106 251 0.40 0.58 0 0.02 258.21 0.95 0.7
Hex 96 6A FB 28 3A 0 2 102 5F 46
Octal 226 152 373 50 72 0 2 402 137 106
Binary 10010110 1101010 11111011 101000 111010 0 10 100000010 1011111 1000110

Color Harmonies of #966AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966AFB

Black with #966AFB

Text Example


Text Example

White with #966AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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