#938885

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

Shades of Suva Grey #938885

Tints of Suva Grey #938885

Color information

#938885 (or 0x938885) is unknown color: approx Suva Grey. HEX triplet: 93, 88 and 85. RGB value is (147,136,133). Sum of RGB (Red+Green+Blue) = 147+136+133=416 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.34% from 416); Green value is 136 (53.52% from 255 or 32.69% from 416); Blue value is 133 (52.34% from 255 or 31.97% from 416); Max value from RGB is 147 - color contains mainly: red. Hex color #938885 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938885 is #6C777A. Grayscale: #8A8A8A. Windows color (decimal): -7108475 or 8751251. OLE color: 8751251.

HSL color Cylindrical-coordinate representation of color #938885: hue angle of 12.86º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #938885 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB147136133-
CMYK00.070.100.42
HSL12.86º6.09%54.9%-
HSV(B)12.86º9.52%57.65%-
XYZ25.0725.525.79-
YUV138.95124.64133.74-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.34%
GREEN value IS 136 (53.52% from 255) = 32.69%
BLUE value IS 133 (52.34% from 255) = 31.97%
R=35.34%
G=32.69%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713613300.070.100.4212.866.0954.9
Hex93888507A2Ad637
Octal22321020507125215667
Binary100100111000100010000101011110101010101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938885; }

 p { color: rgb(147,136,133); }

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

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

 a { background-color: rgb(147,136,133); }

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

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

 span { border-color: rgb(147,136,133); }

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