Html Css Color HEX #977796 Violet Blue

📋 copy color: '#977796'

red 151 ◦ green 119 ◦ blue 150

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

Shades of Violet Blue #977796

Tints of Violet Blue #977796

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.33%

 BLUE value IS 150 (58.98% from 255) = 35.71%

R = 35.95%
G = 28.33%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#977796 (or 0x977796) is known color: Violet Blue. HEX triplet: 97, 77 and 96. RGB value is (151,119,150). Sum of RGB (Red+Green+Blue) = 151+119+150=420 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.95% from 420); Green value is 119 (46.88% from 255 or 28.33% from 420); Blue value is 150 (58.98% from 255 or 35.71% from 420); Max value from RGB is 151 - color contains mainly: red. Hex color #977796 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977796 is #688869. Grayscale: #848484. Windows color (decimal): -6850666 or 9861015. OLE color: 9861015.

HSL color Cylindrical-coordinate representation of color #977796: hue angle of 301.88º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #977796 is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 119 150 -
CMYK 0 0.21 0.01 0.41
HSL 301.88º 0.13% 0.53% -
HSV(B) 301.88º 0.21% 0.59% -
XYZ 24.86 21.97 31.79 -
YUV 132.1 138.1 141.48 -
System Red Green Blue C M Y K H S L
Decimal 151 119 150 0 0.21 0.01 0.41 301.88 0.13 0.53
Hex 97 77 96 0 15 1 29 12E D 35
Octal 227 167 226 0 25 1 51 456 15 65
Binary 10010111 1110111 10010110 0 10101 1 101001 100101110 1101 110101

Color Harmonies of #977796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977796

Black with #977796

Text Example


Text Example

White with #977796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977796; }

 p { color: rgb(151,119,150); }

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

background-color css

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

 a { background-color: rgb(151,119,150); }

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

border-color css

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

 span { border-color: rgb(151,119,150); }

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