Html Css Color HEX #976AFC Light Slate Blue

📋 copy color: '#976AFC'

red 151 ◦ green 106 ◦ blue 252

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

Shades of Light Slate Blue #976AFC

Tints of Light Slate Blue #976AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.51%

R = 29.67%
G = 20.83%
B = 49.51%

CMYK

 C value IS 0.40

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#976AFC (or 0x976AFC) is known color: Light Slate Blue. HEX triplet: 97, 6A and FC. RGB value is (151,106,252). Sum of RGB (Red+Green+Blue) = 151+106+252=509 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.67% from 509); Green value is 106 (41.80% from 255 or 20.83% from 509); Blue value is 252 (98.83% from 255 or 49.51% from 509); Max value from RGB is 252 - color contains mainly: blue. Hex color #976AFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #976AFC is #689503. Grayscale: #878787. Windows color (decimal): -6853892 or 16542359. OLE color: 16542359.

HSL color Cylindrical-coordinate representation of color #976AFC: hue angle of 258.49º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #976AFC is Cyan = 0.40, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 151 106 252 -
CMYK 0.40 0.58 0 0.01
HSL 258.49º 0.96% 0.7% -
HSV(B) 258.49º 0.58% 0.99% -
XYZ 35.49 23.92 94.84 -
YUV 136.1 193.41 138.63 -
System Red Green Blue C M Y K H S L
Decimal 151 106 252 0.40 0.58 0 0.01 258.49 0.96 0.7
Hex 97 6A FC 28 3A 0 1 102 60 46
Octal 227 152 374 50 72 0 1 402 140 106
Binary 10010111 1101010 11111100 101000 111010 0 1 100000010 1100000 1000110

Color Harmonies of #976AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976AFC

Black with #976AFC

Text Example


Text Example

White with #976AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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