Html Css Color HEX #988A8C Venus

📋 copy color: '#988A8C'

red 152 ◦ green 138 ◦ blue 140

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

Shades of Venus #988A8C

Tints of Venus #988A8C

RGB

 RED value IS 152 (59.77% from 255) = 35.35%

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

 BLUE value IS 140 (55.08% from 255) = 32.56%

R = 35.35%
G = 32.09%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#988A8C (or 0x988A8C) is known color: Venus. HEX triplet: 98, 8A and 8C. RGB value is (152,138,140). Sum of RGB (Red+Green+Blue) = 152+138+140=430 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.35% from 430); Green value is 138 (54.30% from 255 or 32.09% from 430); Blue value is 140 (55.08% from 255 or 32.56% from 430); Max value from RGB is 152 - color contains mainly: red. Hex color #988A8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988A8C is #677573. Grayscale: #8E8E8E. Windows color (decimal): -6780276 or 9210520. OLE color: 9210520.

HSL color Cylindrical-coordinate representation of color #988A8C: hue angle of 351.43º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #988A8C is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 138 140 -
CMYK 0 0.09 0.08 0.40
HSL 351.43º 0.06% 0.57% -
HSV(B) 351.43º 0.09% 0.6% -
XYZ 26.77 26.75 28.56 -
YUV 142.41 126.64 134.84 -
System Red Green Blue C M Y K H S L
Decimal 152 138 140 0 0.09 0.08 0.40 351.43 0.06 0.57
Hex 98 8A 8C 0 9 8 28 15F 6 39
Octal 230 212 214 0 11 10 50 537 6 71
Binary 10011000 10001010 10001100 0 1001 1000 101000 101011111 110 111001

Color Harmonies of #988A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988A8C

Black with #988A8C

Text Example


Text Example

White with #988A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988A8C; }

 p { color: rgb(152,138,140); }

 H1.HeaderClassName
 {
   color: #988A8C;
 }
 .AnyTagClassName
 {
   color: #988A8C;
 }
</style>

background-color css

<style>
 a { background-color: #988A8C; }

 a { background-color: rgb(152,138,140); }

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

border-color css

<style>
 span { border-color: #988A8C; }

 span { border-color: rgb(152,138,140); }

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