#948D8B

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

Shades of Suva Grey #948D8B

Tints of Suva Grey #948D8B

Color information

#948D8B (or 0x948D8B) is unknown color: approx Suva Grey. HEX triplet: 94, 8D and 8B. RGB value is (148,141,139). Sum of RGB (Red+Green+Blue) = 148+141+139=428 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.58% from 428); Green value is 141 (55.47% from 255 or 32.94% from 428); Blue value is 139 (54.69% from 255 or 32.48% from 428); Max value from RGB is 148 - color contains mainly: red. Hex color #948D8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948D8B is #6B7274. Grayscale: #8E8E8E. Windows color (decimal): -7041653 or 9145748. OLE color: 9145748.

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

Color convert

RGB148141139-
CMYK00.050.060.42
HSL13.33º4.04%56.27%-
HSV(B)13.33º6.08%58.04%-
XYZ26.427.2128.29-
YUV142.86125.82131.66-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.58%
GREEN value IS 141 (55.47% from 255) = 32.94%
BLUE value IS 139 (54.69% from 255) = 32.48%
R=34.58%
G=32.94%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814113900.050.060.4213.334.0456.27
Hex948D8B0562Ad438
Octal2242152130565215470
Binary10010100100011011000101101011101010101101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,141,139); }

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

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

 a { background-color: rgb(148,141,139); }

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

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

 span { border-color: rgb(148,141,139); }

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