Html Css Color HEX #978D90 Venus

📋 copy color: '#978D90'

red 151 ◦ green 141 ◦ blue 144

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

Shades of Venus #978D90

Tints of Venus #978D90

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.34%

 BLUE value IS 144 (56.64% from 255) = 33.03%

R = 34.63%
G = 32.34%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#978D90 (or 0x978D90) is known color: Venus. HEX triplet: 97, 8D and 90. RGB value is (151,141,144). Sum of RGB (Red+Green+Blue) = 151+141+144=436 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.63% from 436); Green value is 141 (55.47% from 255 or 32.34% from 436); Blue value is 144 (56.64% from 255 or 33.03% from 436); Max value from RGB is 151 - color contains mainly: red. Hex color #978D90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978D90 is #68726F. Grayscale: #909090. Windows color (decimal): -6845040 or 9473431. OLE color: 9473431.

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

Color convert

RGB 151 141 144 -
CMYK 0 0.07 0.05 0.41
HSL 342º 0.05% 0.57% -
HSV(B) 342º 0.07% 0.59% -
XYZ 27.32 27.64 30.28 -
YUV 144.33 127.81 132.76 -
System Red Green Blue C M Y K H S L
Decimal 151 141 144 0 0.07 0.05 0.41 342 0.05 0.57
Hex 97 8D 90 0 7 5 29 156 5 39
Octal 227 215 220 0 7 5 51 526 5 71
Binary 10010111 10001101 10010000 0 111 101 101001 101010110 101 111001

Color Harmonies of #978D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978D90

Black with #978D90

Text Example


Text Example

White with #978D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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