#8BA3A8

Color #8BA3A8 Ziggurat (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ziggurat #8BA3A8

Tints of Ziggurat #8BA3A8

Color information

#8BA3A8 (or 0x8BA3A8) is unknown color: approx Ziggurat. HEX triplet: 8B, A3 and A8. RGB value is (139,163,168). Sum of RGB (Red+Green+Blue) = 139+163+168=470 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.57% from 470); Green value is 163 (64.06% from 255 or 34.68% from 470); Blue value is 168 (66.02% from 255 or 35.74% from 470); Max value from RGB is 168 - color contains mainly: blue. Hex color #8BA3A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA3A8 is #745C57. Grayscale: #9C9C9C. Windows color (decimal): -7625816 or 11051915. OLE color: 11051915.

HSL color Cylindrical-coordinate representation of color #8BA3A8: hue angle of 190.34º degrees, saturation: 0.14, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8BA3A8 is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB139163168-
CMYK0.170.0300.34
HSL190.34º14.29%60.2%-
HSV(B)190.34º17.26%65.88%-
XYZ30.8134.5142.08-
YUV156.39134.55115.59-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.57%
GREEN value IS 163 (64.06% from 255) = 34.68%
BLUE value IS 168 (66.02% from 255) = 35.74%
R=29.57%
G=34.68%
B=35.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1391631680.170.0300.34190.3414.2960.2
Hex8BA3A8113022bee3c
Octal2132432502130422761674
Binary10001011101000111010100010001110100010101111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA3A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8BA3A8; }

 p { color: rgb(139,163,168); }

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

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

 a { background-color: rgb(139,163,168); }

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

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

 span { border-color: rgb(139,163,168); }

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