Html Css Color HEX #94898A Venus

📋 copy color: '#94898A'

red 148 ◦ green 137 ◦ blue 138

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

Shades of Venus #94898A

Tints of Venus #94898A

RGB

 RED value IS 148 (58.2% from 255) = 34.99%

 GREEN value IS 137 (53.91% from 255) = 32.39%

 BLUE value IS 138 (54.3% from 255) = 32.62%

R = 34.99%
G = 32.39%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#94898A (or 0x94898A) is known color: Venus. HEX triplet: 94, 89 and 8A. RGB value is (148,137,138). Sum of RGB (Red+Green+Blue) = 148+137+138=423 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.99% from 423); Green value is 137 (53.91% from 255 or 32.39% from 423); Blue value is 138 (54.30% from 255 or 32.62% from 423); Max value from RGB is 148 - color contains mainly: red. Hex color #94898A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94898A is #6B7675. Grayscale: #8C8C8C. Windows color (decimal): -7042678 or 9079188. OLE color: 9079188.

HSL color Cylindrical-coordinate representation of color #94898A: hue angle of 354.55º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #94898A is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 137 138 -
CMYK 0 0.07 0.07 0.42
HSL 354.55º 0.05% 0.56% -
HSV(B) 354.55º 0.07% 0.58% -
XYZ 25.75 26.02 27.71 -
YUV 140.4 126.64 133.42 -
System Red Green Blue C M Y K H S L
Decimal 148 137 138 0 0.07 0.07 0.42 354.55 0.05 0.56
Hex 94 89 8A 0 7 7 2A 163 5 38
Octal 224 211 212 0 7 7 52 543 5 70
Binary 10010100 10001001 10001010 0 111 111 101010 101100011 101 111000

Color Harmonies of #94898A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94898A

Black with #94898A

Text Example


Text Example

White with #94898A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94898A; }

 p { color: rgb(148,137,138); }

 H1.HeaderClassName
 {
   color: #94898A;
 }
 .AnyTagClassName
 {
   color: #94898A;
 }
</style>

background-color css

<style>
 a { background-color: #94898A; }

 a { background-color: rgb(148,137,138); }

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

border-color css

<style>
 span { border-color: #94898A; }

 span { border-color: rgb(148,137,138); }

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