Html Css Color HEX #988A8B Venus

📋 copy color: '#988A8B'

red 152 ◦ green 138 ◦ blue 139

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

Shades of Venus #988A8B

Tints of Venus #988A8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.4%

R = 35.43%
G = 32.17%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#988A8B (or 0x988A8B) is known color: Venus. HEX triplet: 98, 8A and 8B. RGB value is (152,138,139). Sum of RGB (Red+Green+Blue) = 152+138+139=429 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.43% from 429); Green value is 138 (54.30% from 255 or 32.17% from 429); Blue value is 139 (54.69% from 255 or 32.40% from 429); Max value from RGB is 152 - color contains mainly: red. Hex color #988A8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988A8B is #677574. Grayscale: #8E8E8E. Windows color (decimal): -6780277 or 9144984. OLE color: 9144984.

HSL color Cylindrical-coordinate representation of color #988A8B: hue angle of 355.71º 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 #988A8B is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 138 139 -
CMYK 0 0.09 0.09 0.40
HSL 355.71º 0.06% 0.57% -
HSV(B) 355.71º 0.09% 0.6% -
XYZ 26.7 26.72 28.18 -
YUV 142.3 126.14 134.92 -
System Red Green Blue C M Y K H S L
Decimal 152 138 139 0 0.09 0.09 0.40 355.71 0.06 0.57
Hex 98 8A 8B 0 9 9 28 164 6 39
Octal 230 212 213 0 11 11 50 544 6 71
Binary 10011000 10001010 10001011 0 1001 1001 101000 101100100 110 111001

Color Harmonies of #988A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988A8B

Black with #988A8B

Text Example


Text Example

White with #988A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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