Html Css Color HEX #94888C Venus

📋 copy color: '#94888C'

red 148 ◦ green 136 ◦ blue 140

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

Shades of Venus #94888C

Tints of Venus #94888C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.02%

R = 34.91%
G = 32.08%
B = 33.02%

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

#94888C (or 0x94888C) is known color: Venus. HEX triplet: 94, 88 and 8C. RGB value is (148,136,140). Sum of RGB (Red+Green+Blue) = 148+136+140=424 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.91% from 424); Green value is 136 (53.52% from 255 or 32.08% from 424); Blue value is 140 (55.08% from 255 or 33.02% from 424); Max value from RGB is 148 - color contains mainly: red. Hex color #94888C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94888C is #6B7773. Grayscale: #8C8C8C. Windows color (decimal): -7042932 or 9210004. OLE color: 9210004.

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

Color convert

RGB 148 136 140 -
CMYK 0 0.08 0.05 0.42
HSL 340º 0.05% 0.56% -
HSV(B) 340º 0.08% 0.58% -
XYZ 25.75 25.8 28.43 -
YUV 140.04 127.98 133.67 -
System Red Green Blue C M Y K H S L
Decimal 148 136 140 0 0.08 0.05 0.42 340 0.05 0.56
Hex 94 88 8C 0 8 5 2A 154 5 38
Octal 224 210 214 0 10 5 52 524 5 70
Binary 10010100 10001000 10001100 0 1000 101 101010 101010100 101 111000

Color Harmonies of #94888C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94888C

Black with #94888C

Text Example


Text Example

White with #94888C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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