#8A9EBA

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

Shades of Rock Blue #8A9EBA

Tints of Rock Blue #8A9EBA

Color information

#8A9EBA (or 0x8A9EBA) is unknown color: approx Rock Blue. HEX triplet: 8A, 9E and BA. RGB value is (138,158,186). Sum of RGB (Red+Green+Blue) = 138+158+186=482 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.63% from 482); Green value is 158 (62.11% from 255 or 32.78% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 186 - color contains mainly: blue. Hex color #8A9EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A9EBA is #756145. Grayscale: #9B9B9B. Windows color (decimal): -7692614 or 12230282. OLE color: 12230282.

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

Color convert

RGB138158186-
CMYK0.260.1500.27
HSL215º25.81%63.53%-
HSV(B)215º25.81%72.94%-
XYZ31.5733.451.24-
YUV155.21145.37115.72-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.63%
GREEN value IS 158 (62.11% from 255) = 32.78%
BLUE value IS 186 (73.05% from 255) = 38.59%
R=28.63%
G=32.78%
B=38.59%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1381581860.260.1500.2721525.8163.53
Hex8A9EBA1AF01Bd71a40
Octal212236272321703332732100
Binary10001010100111101011101011010111101101111010111110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,158,186); }

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

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

 a { background-color: rgb(138,158,186); }

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

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

 span { border-color: rgb(138,158,186); }

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