Html Css Color HEX #94858B Venus

📋 copy color: '#94858B'

red 148 ◦ green 133 ◦ blue 139

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

Shades of Venus #94858B

Tints of Venus #94858B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.67%

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

R = 35.24%
G = 31.67%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#94858B (or 0x94858B) is known color: Venus. HEX triplet: 94, 85 and 8B. RGB value is (148,133,139). Sum of RGB (Red+Green+Blue) = 148+133+139=420 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.24% from 420); Green value is 133 (52.34% from 255 or 31.67% from 420); Blue value is 139 (54.69% from 255 or 33.10% from 420); Max value from RGB is 148 - color contains mainly: red. Hex color #94858B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94858B is #6B7A74. Grayscale: #8A8A8A. Windows color (decimal): -7043701 or 9143700. OLE color: 9143700.

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

Color convert

RGB 148 133 139 -
CMYK 0 0.10 0.06 0.42
HSL 336º 0.07% 0.55% -
HSV(B) 336º 0.1% 0.58% -
XYZ 25.26 24.94 27.91 -
YUV 138.17 128.47 135.01 -
System Red Green Blue C M Y K H S L
Decimal 148 133 139 0 0.10 0.06 0.42 336 0.07 0.55
Hex 94 85 8B 0 A 6 2A 150 7 37
Octal 224 205 213 0 12 6 52 520 7 67
Binary 10010100 10000101 10001011 0 1010 110 101010 101010000 111 110111

Color Harmonies of #94858B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94858B

Black with #94858B

Text Example


Text Example

White with #94858B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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