#8BA0BA

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

Shades of Rock Blue #8BA0BA

Tints of Rock Blue #8BA0BA

Color information

#8BA0BA (or 0x8BA0BA) is unknown color: approx Rock Blue. HEX triplet: 8B, A0 and BA. RGB value is (139,160,186). Sum of RGB (Red+Green+Blue) = 139+160+186=485 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.66% from 485); Green value is 160 (62.89% from 255 or 32.99% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 186 - color contains mainly: blue. Hex color #8BA0BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA0BA is #745F45. Grayscale: #9C9C9C. Windows color (decimal): -7626566 or 12230795. OLE color: 12230795.

HSL color Cylindrical-coordinate representation of color #8BA0BA: hue angle of 213.19º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8BA0BA is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB139160186-
CMYK0.250.1400.27
HSL213.19º25.41%63.73%-
HSV(B)213.19º25.27%72.94%-
XYZ32.0834.1851.36-
YUV156.68144.54115.39-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.66%
GREEN value IS 160 (62.89% from 255) = 32.99%
BLUE value IS 186 (73.05% from 255) = 38.35%
R=28.66%
G=32.99%
B=38.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1391601860.250.1400.27213.1925.4163.73
Hex8BA0BA19E01Bd51940
Octal213240272311603332531100
Binary10001011101000001011101011001111001101111010101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,160,186); }

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

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

 a { background-color: rgb(139,160,186); }

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

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

 span { border-color: rgb(139,160,186); }

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