Html Css Color HEX #978E8F Venus

📋 copy color: '#978E8F'

red 151 ◦ green 142 ◦ blue 143

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

Shades of Venus #978E8F

Tints of Venus #978E8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 32.8%

R = 34.63%
G = 32.57%
B = 32.8%

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

#978E8F (or 0x978E8F) is known color: Venus. HEX triplet: 97, 8E and 8F. RGB value is (151,142,143). Sum of RGB (Red+Green+Blue) = 151+142+143=436 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.63% from 436); Green value is 142 (55.86% from 255 or 32.57% from 436); Blue value is 143 (56.25% from 255 or 32.80% from 436); Max value from RGB is 151 - color contains mainly: red. Hex color #978E8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978E8F is #687170. Grayscale: #909090. Windows color (decimal): -6844785 or 9408151. OLE color: 9408151.

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

Color convert

RGB 151 142 143 -
CMYK 0 0.06 0.05 0.41
HSL 353.33º 0.04% 0.57% -
HSV(B) 353.33º 0.06% 0.59% -
XYZ 27.39 27.91 29.93 -
YUV 144.81 126.98 132.42 -
System Red Green Blue C M Y K H S L
Decimal 151 142 143 0 0.06 0.05 0.41 353.33 0.04 0.57
Hex 97 8E 8F 0 6 5 29 161 4 39
Octal 227 216 217 0 6 5 51 541 4 71
Binary 10010111 10001110 10001111 0 110 101 101001 101100001 100 111001

Color Harmonies of #978E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978E8F

Black with #978E8F

Text Example


Text Example

White with #978E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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