Html Css Color HEX #94848A Venus

📋 copy color: '#94848A'

red 148 ◦ green 132 ◦ blue 138

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

Shades of Venus #94848A

Tints of Venus #94848A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.58%

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

R = 35.41%
G = 31.58%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#94848A (or 0x94848A) is known color: Venus. HEX triplet: 94, 84 and 8A. RGB value is (148,132,138). Sum of RGB (Red+Green+Blue) = 148+132+138=418 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.41% from 418); Green value is 132 (51.95% from 255 or 31.58% from 418); Blue value is 138 (54.30% from 255 or 33.01% from 418); Max value from RGB is 148 - color contains mainly: red. Hex color #94848A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94848A is #6B7B75. Grayscale: #898989. Windows color (decimal): -7043958 or 9077908. OLE color: 9077908.

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

Color convert

RGB 148 132 138 -
CMYK 0 0.11 0.07 0.42
HSL 337.5º 0.07% 0.55% -
HSV(B) 337.5º 0.11% 0.58% -
XYZ 25.05 24.63 27.48 -
YUV 137.47 128.3 135.51 -
System Red Green Blue C M Y K H S L
Decimal 148 132 138 0 0.11 0.07 0.42 337.5 0.07 0.55
Hex 94 84 8A 0 B 7 2A 152 7 37
Octal 224 204 212 0 13 7 52 522 7 67
Binary 10010100 10000100 10001010 0 1011 111 101010 101010010 111 110111

Color Harmonies of #94848A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94848A

Black with #94848A

Text Example


Text Example

White with #94848A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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