Html Css Color HEX #97828B Venus

📋 copy color: '#97828B'

red 151 ◦ green 130 ◦ blue 139

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

Shades of Venus #97828B

Tints of Venus #97828B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.95%

 BLUE value IS 139 (54.69% from 255) = 33.1%

R = 35.95%
G = 30.95%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.08

 K value IS 0.41

RGB Variations

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

Color information

#97828B (or 0x97828B) is known color: Venus. HEX triplet: 97, 82 and 8B. RGB value is (151,130,139). Sum of RGB (Red+Green+Blue) = 151+130+139=420 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.95% from 420); Green value is 130 (51.17% from 255 or 30.95% from 420); Blue value is 139 (54.69% from 255 or 33.10% from 420); Max value from RGB is 151 - color contains mainly: red. Hex color #97828B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97828B is #687D74. Grayscale: #898989. Windows color (decimal): -6847861 or 9142935. OLE color: 9142935.

HSL color Cylindrical-coordinate representation of color #97828B: hue angle of 334.29º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #97828B is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 130 139 -
CMYK 0 0.14 0.08 0.41
HSL 334.29º 0.09% 0.55% -
HSV(B) 334.29º 0.14% 0.59% -
XYZ 25.41 24.41 27.8 -
YUV 137.31 128.96 137.77 -
System Red Green Blue C M Y K H S L
Decimal 151 130 139 0 0.14 0.08 0.41 334.29 0.09 0.55
Hex 97 82 8B 0 E 8 29 14E 9 37
Octal 227 202 213 0 16 10 51 516 11 67
Binary 10010111 10000010 10001011 0 1110 1000 101001 101001110 1001 110111

Color Harmonies of #97828B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97828B

Black with #97828B

Text Example


Text Example

White with #97828B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97828B; }

 p { color: rgb(151,130,139); }

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

background-color css

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

 a { background-color: rgb(151,130,139); }

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

border-color css

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

 span { border-color: rgb(151,130,139); }

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