Html Css Color HEX #98868C Venus

📋 copy color: '#98868C'

red 152 ◦ green 134 ◦ blue 140

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

Shades of Venus #98868C

Tints of Venus #98868C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.46%

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

R = 35.68%
G = 31.46%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#98868C (or 0x98868C) is known color: Venus. HEX triplet: 98, 86 and 8C. RGB value is (152,134,140). Sum of RGB (Red+Green+Blue) = 152+134+140=426 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.68% from 426); Green value is 134 (52.73% from 255 or 31.46% from 426); Blue value is 140 (55.08% from 255 or 32.86% from 426); Max value from RGB is 152 - color contains mainly: red. Hex color #98868C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98868C is #677973. Grayscale: #8C8C8C. Windows color (decimal): -6781300 or 9209496. OLE color: 9209496.

HSL color Cylindrical-coordinate representation of color #98868C: hue angle of 340º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #98868C is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 134 140 -
CMYK 0 0.12 0.08 0.40
HSL 340º 0.08% 0.56% -
HSV(B) 340º 0.12% 0.6% -
XYZ 26.21 25.62 28.37 -
YUV 140.07 127.96 136.51 -
System Red Green Blue C M Y K H S L
Decimal 152 134 140 0 0.12 0.08 0.40 340 0.08 0.56
Hex 98 86 8C 0 C 8 28 154 8 38
Octal 230 206 214 0 14 10 50 524 10 70
Binary 10011000 10000110 10001100 0 1100 1000 101000 101010100 1000 111000

Color Harmonies of #98868C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98868C

Black with #98868C

Text Example


Text Example

White with #98868C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98868C; }

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

 H1.HeaderClassName
 {
   color: #98868C;
 }
 .AnyTagClassName
 {
   color: #98868C;
 }
</style>

background-color css

<style>
 a { background-color: #98868C; }

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

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

border-color css

<style>
 span { border-color: #98868C; }

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

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