Html Css Color HEX #94888B Venus

📋 copy color: '#94888B'

red 148 ◦ green 136 ◦ blue 139

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

Shades of Venus #94888B

Tints of Venus #94888B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.15%

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

R = 34.99%
G = 32.15%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#94888B (or 0x94888B) is known color: Venus. HEX triplet: 94, 88 and 8B. RGB value is (148,136,139). Sum of RGB (Red+Green+Blue) = 148+136+139=423 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.99% from 423); Green value is 136 (53.52% from 255 or 32.15% from 423); Blue value is 139 (54.69% from 255 or 32.86% from 423); Max value from RGB is 148 - color contains mainly: red. Hex color #94888B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94888B is #6B7774. Grayscale: #8B8B8B. Windows color (decimal): -7042933 or 9144468. OLE color: 9144468.

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

Color convert

RGB 148 136 139 -
CMYK 0 0.08 0.06 0.42
HSL 345º 0.05% 0.56% -
HSV(B) 345º 0.08% 0.58% -
XYZ 25.68 25.77 28.05 -
YUV 139.93 127.48 133.76 -
System Red Green Blue C M Y K H S L
Decimal 148 136 139 0 0.08 0.06 0.42 345 0.05 0.56
Hex 94 88 8B 0 8 6 2A 159 5 38
Octal 224 210 213 0 10 6 52 531 5 70
Binary 10010100 10001000 10001011 0 1000 110 101010 101011001 101 111000

Color Harmonies of #94888B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94888B

Black with #94888B

Text Example


Text Example

White with #94888B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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