#8B9ABA

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

Shades of Rock Blue #8B9ABA

Tints of Rock Blue #8B9ABA

Color information

#8B9ABA (or 0x8B9ABA) is unknown color: approx Rock Blue. HEX triplet: 8B, 9A and BA. RGB value is (139,154,186). Sum of RGB (Red+Green+Blue) = 139+154+186=479 (63% of max value = 765). Red value is 139 (54.69% from 255 or 29.02% from 479); Green value is 154 (60.55% from 255 or 32.15% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 186 - color contains mainly: blue. Hex color #8B9ABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B9ABA is #746545. Grayscale: #999999. Windows color (decimal): -7628102 or 12229259. OLE color: 12229259.

HSL color Cylindrical-coordinate representation of color #8B9ABA: hue angle of 220.85º 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 #8B9ABA is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB139154186-
CMYK0.250.1700.27
HSL220.85º25.41%63.73%-
HSV(B)220.85º25.27%72.94%-
XYZ31.0732.1551.02-
YUV153.16146.53117.9-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.02%
GREEN value IS 154 (60.55% from 255) = 32.15%
BLUE value IS 186 (73.05% from 255) = 38.83%
R=29.02%
G=32.15%
B=38.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1391541860.250.1700.27220.8525.4163.73
Hex8B9ABA191101Bdd1940
Octal213232272312103333531100
Binary100010111001101010111010110011000101101111011101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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