Html Css Color HEX #94898B Venus

📋 copy color: '#94898B'

red 148 ◦ green 137 ◦ blue 139

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

Shades of Venus #94898B

Tints of Venus #94898B

RGB

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

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

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

R = 34.91%
G = 32.31%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#94898B (or 0x94898B) is known color: Venus. HEX triplet: 94, 89 and 8B. RGB value is (148,137,139). Sum of RGB (Red+Green+Blue) = 148+137+139=424 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.91% from 424); Green value is 137 (53.91% from 255 or 32.31% from 424); Blue value is 139 (54.69% from 255 or 32.78% from 424); Max value from RGB is 148 - color contains mainly: red. Hex color #94898B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94898B is #6B7674. Grayscale: #8C8C8C. Windows color (decimal): -7042677 or 9144724. OLE color: 9144724.

HSL color Cylindrical-coordinate representation of color #94898B: hue angle of 349.09º 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 #94898B is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 137 139 -
CMYK 0 0.07 0.06 0.42
HSL 349.09º 0.05% 0.56% -
HSV(B) 349.09º 0.07% 0.58% -
XYZ 25.82 26.05 28.09 -
YUV 140.52 127.14 133.34 -
System Red Green Blue C M Y K H S L
Decimal 148 137 139 0 0.07 0.06 0.42 349.09 0.05 0.56
Hex 94 89 8B 0 7 6 2A 15D 5 38
Octal 224 211 213 0 7 6 52 535 5 70
Binary 10010100 10001001 10001011 0 111 110 101010 101011101 101 111000

Color Harmonies of #94898B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94898B

Black with #94898B

Text Example


Text Example

White with #94898B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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