Html Css Color HEX #977896 Violet Blue

📋 copy color: '#977896'

red 151 ◦ green 120 ◦ blue 150

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

Shades of Violet Blue #977896

Tints of Violet Blue #977896

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.5%

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

R = 35.87%
G = 28.5%
B = 35.63%

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

#977896 (or 0x977896) is known color: Violet Blue. HEX triplet: 97, 78 and 96. RGB value is (151,120,150). Sum of RGB (Red+Green+Blue) = 151+120+150=421 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.87% from 421); Green value is 120 (47.27% from 255 or 28.50% from 421); Blue value is 150 (58.98% from 255 or 35.63% from 421); Max value from RGB is 151 - color contains mainly: red. Hex color #977896 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977896 is #688769. Grayscale: #848484. Windows color (decimal): -6850410 or 9861271. OLE color: 9861271.

HSL color Cylindrical-coordinate representation of color #977896: hue angle of 301.94º 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 #977896 is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 120 150 -
CMYK 0 0.21 0.01 0.41
HSL 301.94º 0.13% 0.53% -
HSV(B) 301.94º 0.21% 0.59% -
XYZ 24.98 22.21 31.83 -
YUV 132.69 137.77 141.06 -
System Red Green Blue C M Y K H S L
Decimal 151 120 150 0 0.21 0.01 0.41 301.94 0.13 0.53
Hex 97 78 96 0 15 1 29 12E D 35
Octal 227 170 226 0 25 1 51 456 15 65
Binary 10010111 1111000 10010110 0 10101 1 101001 100101110 1101 110101

Color Harmonies of #977896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977896

Black with #977896

Text Example


Text Example

White with #977896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977896; }

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

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

background-color css

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

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

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

border-color css

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

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

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