Html Css Color HEX #94868C Venus

📋 copy color: '#94868C'

red 148 ◦ green 134 ◦ blue 140

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

Shades of Venus #94868C

Tints of Venus #94868C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.75%

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

R = 35.07%
G = 31.75%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#94868C (or 0x94868C) is known color: Venus. HEX triplet: 94, 86 and 8C. RGB value is (148,134,140). Sum of RGB (Red+Green+Blue) = 148+134+140=422 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.07% from 422); Green value is 134 (52.73% from 255 or 31.75% from 422); Blue value is 140 (55.08% from 255 or 33.18% from 422); Max value from RGB is 148 - color contains mainly: red. Hex color #94868C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94868C is #6B7973. Grayscale: #8A8A8A. Windows color (decimal): -7043444 or 9209492. OLE color: 9209492.

HSL color Cylindrical-coordinate representation of color #94868C: hue angle of 334.29º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #94868C is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 134 140 -
CMYK 0 0.09 0.05 0.42
HSL 334.29º 0.06% 0.55% -
HSV(B) 334.29º 0.09% 0.58% -
XYZ 25.47 25.24 28.34 -
YUV 138.87 128.64 134.51 -
System Red Green Blue C M Y K H S L
Decimal 148 134 140 0 0.09 0.05 0.42 334.29 0.06 0.55
Hex 94 86 8C 0 9 5 2A 14E 6 37
Octal 224 206 214 0 11 5 52 516 6 67
Binary 10010100 10000110 10001100 0 1001 101 101010 101001110 110 110111

Color Harmonies of #94868C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94868C

Black with #94868C

Text Example


Text Example

White with #94868C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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