#8A9FBF

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

Shades of Rock Blue #8A9FBF

Tints of Rock Blue #8A9FBF

Color information

#8A9FBF (or 0x8A9FBF) is unknown color: approx Rock Blue. HEX triplet: 8A, 9F and BF. RGB value is (138,159,191). Sum of RGB (Red+Green+Blue) = 138+159+191=488 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.28% from 488); Green value is 159 (62.5% from 255 or 32.58% from 488); Blue value is 191 (75% from 255 or 39.14% from 488); Max value from RGB is 191 - color contains mainly: blue. Hex color #8A9FBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A9FBF is #756040. Grayscale: #9C9C9C. Windows color (decimal): -7692353 or 12558218. OLE color: 12558218.

HSL color Cylindrical-coordinate representation of color #8A9FBF: hue angle of 216.23º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8A9FBF is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB138159191-
CMYK0.280.1700.25
HSL216.23º29.28%64.51%-
HSV(B)216.23º27.75%74.9%-
XYZ32.2833.9654.14-
YUV156.37147.54114.9-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.28%
GREEN value IS 159 (62.5% from 255) = 32.58%
BLUE value IS 191 (75% from 255) = 39.14%
R=28.28%
G=32.58%
B=39.14%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1381591910.280.1700.25216.2329.2864.51
Hex8A9FBF1C11019d81d41
Octal212237277342103133035101
Binary100010101001111110111111111001000101100111011000111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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