#968E8C

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

Shades of Suva Grey #968E8C

Tints of Suva Grey #968E8C

Color information

#968E8C (or 0x968E8C) is unknown color: approx Suva Grey. HEX triplet: 96, 8E and 8C. RGB value is (150,142,140). Sum of RGB (Red+Green+Blue) = 150+142+140=432 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.72% from 432); Green value is 142 (55.86% from 255 or 32.87% from 432); Blue value is 140 (55.08% from 255 or 32.41% from 432); Max value from RGB is 150 - color contains mainly: red. Hex color #968E8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968E8C is #697173. Grayscale: #909090. Windows color (decimal): -6910324 or 9211542. OLE color: 9211542.

HSL color Cylindrical-coordinate representation of color #968E8C: hue angle of 12º degrees, saturation: 0.05, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #968E8C is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB150142140-
CMYK00.050.070.41
HSL12º4.55%56.86%-
HSV(B)12º6.67%58.82%-
XYZ26.9827.7228.74-
YUV144.16125.65132.16-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.72%
GREEN value IS 142 (55.86% from 255) = 32.87%
BLUE value IS 140 (55.08% from 255) = 32.41%
R=34.72%
G=32.87%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014214000.050.070.41124.5556.86
Hex968E8C05729c539
Octal2262162140575114571
Binary10010110100011101000110001011111010011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968E8C; }

 p { color: rgb(150,142,140); }

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

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

 a { background-color: rgb(150,142,140); }

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

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

 span { border-color: rgb(150,142,140); }

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