Html Css Color HEX #978E90 Venus

📋 copy color: '#978E90'

red 151 ◦ green 142 ◦ blue 144

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

Shades of Venus #978E90

Tints of Venus #978E90

RGB

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

 GREEN value IS 142 (55.86% from 255) = 32.49%

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

R = 34.55%
G = 32.49%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#978E90 (or 0x978E90) is known color: Venus. HEX triplet: 97, 8E and 90. RGB value is (151,142,144). Sum of RGB (Red+Green+Blue) = 151+142+144=437 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.55% from 437); Green value is 142 (55.86% from 255 or 32.49% from 437); Blue value is 144 (56.64% from 255 or 32.95% from 437); Max value from RGB is 151 - color contains mainly: red. Hex color #978E90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978E90 is #68716F. Grayscale: #909090. Windows color (decimal): -6844784 or 9473687. OLE color: 9473687.

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

Color convert

RGB 151 142 144 -
CMYK 0 0.06 0.05 0.41
HSL 346.67º 0.04% 0.57% -
HSV(B) 346.67º 0.06% 0.59% -
XYZ 27.47 27.94 30.33 -
YUV 144.92 127.48 132.34 -
System Red Green Blue C M Y K H S L
Decimal 151 142 144 0 0.06 0.05 0.41 346.67 0.04 0.57
Hex 97 8E 90 0 6 5 29 15B 4 39
Octal 227 216 220 0 6 5 51 533 4 71
Binary 10010111 10001110 10010000 0 110 101 101001 101011011 100 111001

Color Harmonies of #978E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978E90

Black with #978E90

Text Example


Text Example

White with #978E90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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