#948D8D

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

Shades of Suva Grey #948D8D

Tints of Suva Grey #948D8D

Color information

#948D8D (or 0x948D8D) is unknown color: approx Suva Grey. HEX triplet: 94, 8D and 8D. RGB value is (148,141,141). Sum of RGB (Red+Green+Blue) = 148+141+141=430 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.42% from 430); Green value is 141 (55.47% from 255 or 32.79% from 430); Blue value is 141 (55.47% from 255 or 32.79% from 430); Max value from RGB is 148 - color contains mainly: red. Hex color #948D8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948D8D is #6B7272. Grayscale: #8F8F8F. Windows color (decimal): -7041651 or 9276820. OLE color: 9276820.

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

Color convert

RGB148141141-
CMYK00.050.050.42
HSL3.17%56.67%-
HSV(B)4.73%58.04%-
XYZ26.5527.2729.06-
YUV143.09126.82131.5-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.42%
GREEN value IS 141 (55.47% from 255) = 32.79%
BLUE value IS 141 (55.47% from 255) = 32.79%
R=34.42%
G=32.79%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814114100.050.050.4203.1756.67
Hex948D8D0552A0339
Octal224215215055520371
Binary1001010010001101100011010101101101010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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