Html Css Color HEX #94838A Venus

📋 copy color: '#94838A'

red 148 ◦ green 131 ◦ blue 138

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

Shades of Venus #94838A

Tints of Venus #94838A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.41%

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

R = 35.49%
G = 31.41%
B = 33.09%

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

#94838A (or 0x94838A) is known color: Venus. HEX triplet: 94, 83 and 8A. RGB value is (148,131,138). Sum of RGB (Red+Green+Blue) = 148+131+138=417 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.49% from 417); Green value is 131 (51.56% from 255 or 31.41% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 148 - color contains mainly: red. Hex color #94838A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94838A is #6B7C75. Grayscale: #888888. Windows color (decimal): -7044214 or 9077652. OLE color: 9077652.

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

Color convert

RGB 148 131 138 -
CMYK 0 0.11 0.07 0.42
HSL 335.29º 0.07% 0.55% -
HSV(B) 335.29º 0.11% 0.58% -
XYZ 24.92 24.36 27.43 -
YUV 136.88 128.63 135.93 -
System Red Green Blue C M Y K H S L
Decimal 148 131 138 0 0.11 0.07 0.42 335.29 0.07 0.55
Hex 94 83 8A 0 B 7 2A 14F 7 37
Octal 224 203 212 0 13 7 52 517 7 67
Binary 10010100 10000011 10001010 0 1011 111 101010 101001111 111 110111

Color Harmonies of #94838A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94838A

Black with #94838A

Text Example


Text Example

White with #94838A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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