#968F8E

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

Shades of Suva Grey #968F8E

Tints of Suva Grey #968F8E

Color information

#968F8E (or 0x968F8E) is unknown color: approx Suva Grey. HEX triplet: 96, 8F and 8E. RGB value is (150,143,142). Sum of RGB (Red+Green+Blue) = 150+143+142=435 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.48% from 435); Green value is 143 (56.25% from 255 or 32.87% from 435); Blue value is 142 (55.86% from 255 or 32.64% from 435); Max value from RGB is 150 - color contains mainly: red. Hex color #968F8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968F8E is #697071. Grayscale: #909090. Windows color (decimal): -6910066 or 9342870. OLE color: 9342870.

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

Color convert

RGB150143142-
CMYK00.050.050.41
HSL7.5º3.67%57.25%-
HSV(B)7.5º5.33%58.82%-
XYZ27.2828.0829.57-
YUV144.98126.32131.58-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.48%
GREEN value IS 143 (56.25% from 255) = 32.87%
BLUE value IS 142 (55.86% from 255) = 32.64%
R=34.48%
G=32.87%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014314200.050.050.417.53.6757.25
Hex968F8E055298439
Octal2262172160555110471
Binary10010110100011111000111001011011010011000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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