Html Css Color HEX #978A8E Venus

📋 copy color: '#978A8E'

red 151 ◦ green 138 ◦ blue 142

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

Shades of Venus #978A8E

Tints of Venus #978A8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 32.95%

R = 35.03%
G = 32.02%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#978A8E (or 0x978A8E) is known color: Venus. HEX triplet: 97, 8A and 8E. RGB value is (151,138,142). Sum of RGB (Red+Green+Blue) = 151+138+142=431 (57% of max value = 765). Red value is 151 (59.38% from 255 or 35.03% from 431); Green value is 138 (54.30% from 255 or 32.02% from 431); Blue value is 142 (55.86% from 255 or 32.95% from 431); Max value from RGB is 151 - color contains mainly: red. Hex color #978A8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978A8E is #687571. Grayscale: #8E8E8E. Windows color (decimal): -6845810 or 9341591. OLE color: 9341591.

HSL color Cylindrical-coordinate representation of color #978A8E: hue angle of 341.54º 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 #978A8E is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 138 142 -
CMYK 0 0.09 0.06 0.41
HSL 341.54º 0.06% 0.57% -
HSV(B) 341.54º 0.09% 0.59% -
XYZ 26.73 26.71 29.34 -
YUV 142.34 127.81 134.17 -
System Red Green Blue C M Y K H S L
Decimal 151 138 142 0 0.09 0.06 0.41 341.54 0.06 0.57
Hex 97 8A 8E 0 9 6 29 156 6 39
Octal 227 212 216 0 11 6 51 526 6 71
Binary 10010111 10001010 10001110 0 1001 110 101001 101010110 110 111001

Color Harmonies of #978A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978A8E

Black with #978A8E

Text Example


Text Example

White with #978A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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