Html Css Color HEX #976AFF Light Slate Blue

📋 copy color: '#976AFF'

red 151 ◦ green 106 ◦ blue 255

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

Shades of Light Slate Blue #976AFF

Tints of Light Slate Blue #976AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.8%

R = 29.49%
G = 20.7%
B = 49.8%

CMYK

 C value IS 0.41

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#976AFF (or 0x976AFF) is known color: Light Slate Blue. HEX triplet: 97, 6A and FF. RGB value is (151,106,255). Sum of RGB (Red+Green+Blue) = 151+106+255=512 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.49% from 512); Green value is 106 (41.80% from 255 or 20.70% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #976AFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #976AFF is #689500. Grayscale: #878787. Windows color (decimal): -6853889 or 16738967. OLE color: 16738967.

HSL color Cylindrical-coordinate representation of color #976AFF: hue angle of 258.12º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #976AFF is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 151 106 255 -
CMYK 0.41 0.58 0 0
HSL 258.12º 1% 0.71% -
HSV(B) 258.12º 0.58% 1% -
XYZ 35.97 24.11 97.37 -
YUV 136.44 194.91 138.38 -
System Red Green Blue C M Y K H S L
Decimal 151 106 255 0.41 0.58 0 0 258.12 1 0.71
Hex 97 6A FF 29 3A 0 0 102 64 47
Octal 227 152 377 51 72 0 0 402 144 107
Binary 10010111 1101010 11111111 101001 111010 0 0 100000010 1100100 1000111

Color Harmonies of #976AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976AFF

Black with #976AFF

Text Example


Text Example

White with #976AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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