Html Css Color HEX #978A8C Venus

📋 copy color: '#978A8C'

red 151 ◦ green 138 ◦ blue 140

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

Shades of Venus #978A8C

Tints of Venus #978A8C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.17%

 BLUE value IS 140 (55.08% from 255) = 32.63%

R = 35.2%
G = 32.17%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#978A8C (or 0x978A8C) is known color: Venus. HEX triplet: 97, 8A and 8C. RGB value is (151,138,140). Sum of RGB (Red+Green+Blue) = 151+138+140=429 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.20% from 429); Green value is 138 (54.30% from 255 or 32.17% from 429); Blue value is 140 (55.08% from 255 or 32.63% from 429); Max value from RGB is 151 - color contains mainly: red. Hex color #978A8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978A8C is #687573. Grayscale: #8E8E8E. Windows color (decimal): -6845812 or 9210519. OLE color: 9210519.

HSL color Cylindrical-coordinate representation of color #978A8C: hue angle of 350.77º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #978A8C is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 138 140 -
CMYK 0 0.09 0.07 0.41
HSL 350.77º 0.06% 0.57% -
HSV(B) 350.77º 0.09% 0.59% -
XYZ 26.58 26.65 28.55 -
YUV 142.12 126.81 134.34 -
System Red Green Blue C M Y K H S L
Decimal 151 138 140 0 0.09 0.07 0.41 350.77 0.06 0.57
Hex 97 8A 8C 0 9 7 29 15F 6 39
Octal 227 212 214 0 11 7 51 537 6 71
Binary 10010111 10001010 10001100 0 1001 111 101001 101011111 110 111001

Color Harmonies of #978A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978A8C

Black with #978A8C

Text Example


Text Example

White with #978A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978A8C; }

 p { color: rgb(151,138,140); }

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

background-color css

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

 a { background-color: rgb(151,138,140); }

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

border-color css

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

 span { border-color: rgb(151,138,140); }

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