Html Css Color HEX #948488 Venus

📋 copy color: '#948488'

red 148 ◦ green 132 ◦ blue 136

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

Shades of Venus #948488

Tints of Venus #948488

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.73%

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

R = 35.58%
G = 31.73%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#948488 (or 0x948488) is known color: Venus. HEX triplet: 94, 84 and 88. RGB value is (148,132,136). Sum of RGB (Red+Green+Blue) = 148+132+136=416 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.58% from 416); Green value is 132 (51.95% from 255 or 31.73% from 416); Blue value is 136 (53.52% from 255 or 32.69% from 416); Max value from RGB is 148 - color contains mainly: red. Hex color #948488 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948488 is #6B7B77. Grayscale: #898989. Windows color (decimal): -7043960 or 8946836. OLE color: 8946836.

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

Color convert

RGB 148 132 136 -
CMYK 0 0.11 0.08 0.42
HSL 345º 0.07% 0.55% -
HSV(B) 345º 0.11% 0.58% -
XYZ 24.91 24.58 26.72 -
YUV 137.24 127.3 135.67 -
System Red Green Blue C M Y K H S L
Decimal 148 132 136 0 0.11 0.08 0.42 345 0.07 0.55
Hex 94 84 88 0 B 8 2A 159 7 37
Octal 224 204 210 0 13 10 52 531 7 67
Binary 10010100 10000100 10001000 0 1011 1000 101010 101011001 111 110111

Color Harmonies of #948488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948488

Black with #948488

Text Example


Text Example

White with #948488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948488; }

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

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

background-color css

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

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

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

border-color css

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

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

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