Html Css Color HEX #978A8D Venus

📋 copy color: '#978A8D'

red 151 ◦ green 138 ◦ blue 141

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

Shades of Venus #978A8D

Tints of Venus #978A8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 32.79%

R = 35.12%
G = 32.09%
B = 32.79%

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

#978A8D (or 0x978A8D) is known color: Venus. HEX triplet: 97, 8A and 8D. RGB value is (151,138,141). Sum of RGB (Red+Green+Blue) = 151+138+141=430 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.12% from 430); Green value is 138 (54.30% from 255 or 32.09% from 430); Blue value is 141 (55.47% from 255 or 32.79% from 430); Max value from RGB is 151 - color contains mainly: red. Hex color #978A8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978A8D is #687572. Grayscale: #8E8E8E. Windows color (decimal): -6845811 or 9276055. OLE color: 9276055.

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

Color convert

RGB 151 138 141 -
CMYK 0 0.09 0.07 0.41
HSL 346.15º 0.06% 0.57% -
HSV(B) 346.15º 0.09% 0.59% -
XYZ 26.66 26.68 28.94 -
YUV 142.23 127.31 134.26 -
System Red Green Blue C M Y K H S L
Decimal 151 138 141 0 0.09 0.07 0.41 346.15 0.06 0.57
Hex 97 8A 8D 0 9 7 29 15A 6 39
Octal 227 212 215 0 11 7 51 532 6 71
Binary 10010111 10001010 10001101 0 1001 111 101001 101011010 110 111001

Color Harmonies of #978A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978A8D

Black with #978A8D

Text Example


Text Example

White with #978A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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