Html Css Color HEX #948088 Venus

📋 copy color: '#948088'

red 148 ◦ green 128 ◦ blue 136

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

Shades of Venus #948088

Tints of Venus #948088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 33.01%

R = 35.92%
G = 31.07%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#948088 (or 0x948088) is known color: Venus. HEX triplet: 94, 80 and 88. RGB value is (148,128,136). Sum of RGB (Red+Green+Blue) = 148+128+136=412 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.92% from 412); Green value is 128 (50.39% from 255 or 31.07% from 412); Blue value is 136 (53.52% from 255 or 33.01% from 412); Max value from RGB is 148 - color contains mainly: red. Hex color #948088 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948088 is #6B7F77. Grayscale: #868686. Windows color (decimal): -7044984 or 8945812. OLE color: 8945812.

HSL color Cylindrical-coordinate representation of color #948088: hue angle of 336º 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 #948088 is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 128 136 -
CMYK 0 0.14 0.08 0.42
HSL 336º 0.09% 0.54% -
HSV(B) 336º 0.14% 0.58% -
XYZ 24.38 23.51 26.55 -
YUV 134.89 128.63 137.35 -
System Red Green Blue C M Y K H S L
Decimal 148 128 136 0 0.14 0.08 0.42 336 0.09 0.54
Hex 94 80 88 0 E 8 2A 150 9 36
Octal 224 200 210 0 16 10 52 520 11 66
Binary 10010100 10000000 10001000 0 1110 1000 101010 101010000 1001 110110

Color Harmonies of #948088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948088

Black with #948088

Text Example


Text Example

White with #948088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948088; }

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

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

background-color css

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

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

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

border-color css

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

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

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