Html Css Color HEX #977795 Violet Blue

📋 copy color: '#977795'

red 151 ◦ green 119 ◦ blue 149

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

Shades of Violet Blue #977795

Tints of Violet Blue #977795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 35.56%

R = 36.04%
G = 28.4%
B = 35.56%

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

#977795 (or 0x977795) is known color: Violet Blue. HEX triplet: 97, 77 and 95. RGB value is (151,119,149). Sum of RGB (Red+Green+Blue) = 151+119+149=419 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.04% from 419); Green value is 119 (46.88% from 255 or 28.40% from 419); Blue value is 149 (58.59% from 255 or 35.56% from 419); Max value from RGB is 151 - color contains mainly: red. Hex color #977795 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977795 is #68886A. Grayscale: #838383. Windows color (decimal): -6850667 or 9795479. OLE color: 9795479.

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

Color convert

RGB 151 119 149 -
CMYK 0 0.21 0.01 0.41
HSL 303.75º 0.13% 0.53% -
HSV(B) 303.75º 0.21% 0.59% -
XYZ 24.78 21.94 31.36 -
YUV 131.99 137.6 141.56 -
System Red Green Blue C M Y K H S L
Decimal 151 119 149 0 0.21 0.01 0.41 303.75 0.13 0.53
Hex 97 77 95 0 15 1 29 130 D 35
Octal 227 167 225 0 25 1 51 460 15 65
Binary 10010111 1110111 10010101 0 10101 1 101001 100110000 1101 110101

Color Harmonies of #977795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977795

Black with #977795

Text Example


Text Example

White with #977795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977795; }

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

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

background-color css

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

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

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

border-color css

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

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

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