#948A88

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

Shades of Suva Grey #948A88

Tints of Suva Grey #948A88

Color information

#948A88 (or 0x948A88) is unknown color: approx Suva Grey. HEX triplet: 94, 8A and 88. RGB value is (148,138,136). Sum of RGB (Red+Green+Blue) = 148+138+136=422 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.07% from 422); Green value is 138 (54.30% from 255 or 32.70% from 422); Blue value is 136 (53.52% from 255 or 32.23% from 422); Max value from RGB is 148 - color contains mainly: red. Hex color #948A88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948A88 is #6B7577. Grayscale: #8C8C8C. Windows color (decimal): -7042424 or 8948372. OLE color: 8948372.

HSL color Cylindrical-coordinate representation of color #948A88: hue angle of 10º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #948A88 is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB148138136-
CMYK00.070.080.42
HSL10º5.31%55.69%-
HSV(B)10º8.11%58.04%-
XYZ25.7526.2527-
YUV140.76125.31133.16-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.07%
GREEN value IS 138 (54.30% from 255) = 32.70%
BLUE value IS 136 (53.52% from 255) = 32.23%
R=35.07%
G=32.70%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813813600.070.080.42105.3155.69
Hex948A880782Aa538
Octal22421221007105212570
Binary100101001000101010001000011110001010101010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948A88; }

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

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

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

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

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

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

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

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