Html Css Color HEX #98858B Venus

📋 copy color: '#98858B'

red 152 ◦ green 133 ◦ blue 139

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

Shades of Venus #98858B

Tints of Venus #98858B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.37%

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

R = 35.85%
G = 31.37%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#98858B (or 0x98858B) is known color: Venus. HEX triplet: 98, 85 and 8B. RGB value is (152,133,139). Sum of RGB (Red+Green+Blue) = 152+133+139=424 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.85% from 424); Green value is 133 (52.34% from 255 or 31.37% from 424); Blue value is 139 (54.69% from 255 or 32.78% from 424); Max value from RGB is 152 - color contains mainly: red. Hex color #98858B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98858B is #677A74. Grayscale: #8B8B8B. Windows color (decimal): -6781557 or 9143704. OLE color: 9143704.

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

Color convert

RGB 152 133 139 -
CMYK 0 0.13 0.09 0.40
HSL 341.05º 0.08% 0.56% -
HSV(B) 341.05º 0.13% 0.6% -
XYZ 26 25.31 27.94 -
YUV 139.37 127.79 137.01 -
System Red Green Blue C M Y K H S L
Decimal 152 133 139 0 0.13 0.09 0.40 341.05 0.08 0.56
Hex 98 85 8B 0 D 9 28 155 8 38
Octal 230 205 213 0 15 11 50 525 10 70
Binary 10011000 10000101 10001011 0 1101 1001 101000 101010101 1000 111000

Color Harmonies of #98858B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98858B

Black with #98858B

Text Example


Text Example

White with #98858B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98858B; }

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

 H1.HeaderClassName
 {
   color: #98858B;
 }
 .AnyTagClassName
 {
   color: #98858B;
 }
</style>

background-color css

<style>
 a { background-color: #98858B; }

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

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

border-color css

<style>
 span { border-color: #98858B; }

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

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