#948984

Color #948984 Suva Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Suva Grey #948984

Tints of Suva Grey #948984

Color information

#948984 (or 0x948984) is unknown color: approx Suva Grey. HEX triplet: 94, 89 and 84. RGB value is (148,137,132). Sum of RGB (Red+Green+Blue) = 148+137+132=417 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.49% from 417); Green value is 137 (53.91% from 255 or 32.85% from 417); Blue value is 132 (51.95% from 255 or 31.65% from 417); Max value from RGB is 148 - color contains mainly: red. Hex color #948984 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948984 is #6B767B. Grayscale: #8B8B8B. Windows color (decimal): -7042684 or 8685972. OLE color: 8685972.

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

Color convert

RGB148137132-
CMYK00.070.110.42
HSL18.75º6.96%54.9%-
HSV(B)18.75º10.81%58.04%-
XYZ25.3225.8525.49-
YUV139.72123.64133.91-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.49%
GREEN value IS 137 (53.91% from 255) = 32.85%
BLUE value IS 132 (51.95% from 255) = 31.65%
R=35.49%
G=32.85%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813713200.070.110.4218.756.9654.9
Hex94898407B2A13737
Octal22421120407135223767
Binary1001010010001001100001000111101110101010011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948984; }

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

 H1.HeaderClassName
 {
   color: #948984;
 }
 .AnyTagClassName
 {
   color: #948984;
 }
</style>
background-color css

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

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

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

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

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

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