Html Css Color HEX #94888D Venus

📋 copy color: '#94888D'

red 148 ◦ green 136 ◦ blue 141

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

Shades of Venus #94888D

Tints of Venus #94888D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.18%

R = 34.82%
G = 32%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#94888D (or 0x94888D) is known color: Venus. HEX triplet: 94, 88 and 8D. RGB value is (148,136,141). Sum of RGB (Red+Green+Blue) = 148+136+141=425 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.82% from 425); Green value is 136 (53.52% from 255 or 32% from 425); Blue value is 141 (55.47% from 255 or 33.18% from 425); Max value from RGB is 148 - color contains mainly: red. Hex color #94888D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94888D is #6B7772. Grayscale: #8C8C8C. Windows color (decimal): -7042931 or 9275540. OLE color: 9275540.

HSL color Cylindrical-coordinate representation of color #94888D: hue angle of 335º 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 #94888D is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 136 141 -
CMYK 0 0.08 0.05 0.42
HSL 335º 0.05% 0.56% -
HSV(B) 335º 0.08% 0.58% -
XYZ 25.82 25.83 28.82 -
YUV 140.16 128.48 133.59 -
System Red Green Blue C M Y K H S L
Decimal 148 136 141 0 0.08 0.05 0.42 335 0.05 0.56
Hex 94 88 8D 0 8 5 2A 14F 5 38
Octal 224 210 215 0 10 5 52 517 5 70
Binary 10010100 10001000 10001101 0 1000 101 101010 101001111 101 111000

Color Harmonies of #94888D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94888D

Black with #94888D

Text Example


Text Example

White with #94888D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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