#8A9FBA

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

Shades of Rock Blue #8A9FBA

Tints of Rock Blue #8A9FBA

Color information

#8A9FBA (or 0x8A9FBA) is unknown color: approx Rock Blue. HEX triplet: 8A, 9F and BA. RGB value is (138,159,186). Sum of RGB (Red+Green+Blue) = 138+159+186=483 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.57% from 483); Green value is 159 (62.5% from 255 or 32.92% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 186 - color contains mainly: blue. Hex color #8A9FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A9FBA is #756045. Grayscale: #9B9B9B. Windows color (decimal): -7692358 or 12230538. OLE color: 12230538.

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

Color convert

RGB138159186-
CMYK0.260.1500.27
HSL213.75º25.81%63.53%-
HSV(B)213.75º25.81%72.94%-
XYZ31.7433.7451.29-
YUV155.8145.04115.3-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.57%
GREEN value IS 159 (62.5% from 255) = 32.92%
BLUE value IS 186 (73.05% from 255) = 38.51%
R=28.57%
G=32.92%
B=38.51%

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
Decimal1381591860.260.1500.27213.7525.8163.53
Hex8A9FBA1AF01Bd61a40
Octal212237272321703332632100
Binary10001010100111111011101011010111101101111010110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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