Html Css Color HEX #976AFB Light Slate Blue

📋 copy color: '#976AFB'

red 151 ◦ green 106 ◦ blue 251

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

Shades of Light Slate Blue #976AFB

Tints of Light Slate Blue #976AFB

RGB

 RED value IS 151 (59.38% from 255) = 29.72%

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

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

R = 29.72%
G = 20.87%
B = 49.41%

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

#976AFB (or 0x976AFB) is known color: Light Slate Blue. HEX triplet: 97, 6A and FB. RGB value is (151,106,251). Sum of RGB (Red+Green+Blue) = 151+106+251=508 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.72% from 508); Green value is 106 (41.80% from 255 or 20.87% from 508); Blue value is 251 (98.44% from 255 or 49.41% from 508); Max value from RGB is 251 - color contains mainly: blue. Hex color #976AFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #976AFB is #689504. Grayscale: #878787. Windows color (decimal): -6853893 or 16476823. OLE color: 16476823.

HSL color Cylindrical-coordinate representation of color #976AFB: hue angle of 258.62º 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 #976AFB is Cyan = 0.40, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 151 106 251 -
CMYK 0.40 0.58 0 0.02
HSL 258.62º 0.95% 0.7% -
HSV(B) 258.62º 0.58% 0.98% -
XYZ 35.33 23.85 94.01 -
YUV 135.99 192.91 138.71 -
System Red Green Blue C M Y K H S L
Decimal 151 106 251 0.40 0.58 0 0.02 258.62 0.95 0.7
Hex 97 6A FB 28 3A 0 2 103 5F 46
Octal 227 152 373 50 72 0 2 403 137 106
Binary 10010111 1101010 11111011 101000 111010 0 10 100000011 1011111 1000110

Color Harmonies of #976AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976AFB

Black with #976AFB

Text Example


Text Example

White with #976AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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