Html Css Color HEX #948085 Venus

📋 copy color: '#948085'

red 148 ◦ green 128 ◦ blue 133

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

Shades of Venus #948085

Tints of Venus #948085

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.3%

 BLUE value IS 133 (52.34% from 255) = 32.52%

R = 36.19%
G = 31.3%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#948085 (or 0x948085) is known color: Venus. HEX triplet: 94, 80 and 85. RGB value is (148,128,133). Sum of RGB (Red+Green+Blue) = 148+128+133=409 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.19% from 409); Green value is 128 (50.39% from 255 or 31.30% from 409); Blue value is 133 (52.34% from 255 or 32.52% from 409); Max value from RGB is 148 - color contains mainly: red. Hex color #948085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948085 is #6B7F7A. Grayscale: #868686. Windows color (decimal): -7044987 or 8749204. OLE color: 8749204.

HSL color Cylindrical-coordinate representation of color #948085: hue angle of 345º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #948085 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 128 133 -
CMYK 0 0.14 0.10 0.42
HSL 345º 0.09% 0.54% -
HSV(B) 345º 0.14% 0.58% -
XYZ 24.17 23.43 25.44 -
YUV 134.55 127.13 137.59 -
System Red Green Blue C M Y K H S L
Decimal 148 128 133 0 0.14 0.10 0.42 345 0.09 0.54
Hex 94 80 85 0 E A 2A 159 9 36
Octal 224 200 205 0 16 12 52 531 11 66
Binary 10010100 10000000 10000101 0 1110 1010 101010 101011001 1001 110110

Color Harmonies of #948085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948085

Black with #948085

Text Example


Text Example

White with #948085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948085; }

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

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

background-color css

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

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

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

border-color css

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

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

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