#8BA4BF

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

Shades of Rock Blue #8BA4BF

Tints of Rock Blue #8BA4BF

Color information

#8BA4BF (or 0x8BA4BF) is unknown color: approx Rock Blue. HEX triplet: 8B, A4 and BF. RGB value is (139,164,191). Sum of RGB (Red+Green+Blue) = 139+164+191=494 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.14% from 494); Green value is 164 (64.45% from 255 or 33.20% from 494); Blue value is 191 (75% from 255 or 38.66% from 494); Max value from RGB is 191 - color contains mainly: blue. Hex color #8BA4BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA4BF is #745B40. Grayscale: #9F9F9F. Windows color (decimal): -7625537 or 12559499. OLE color: 12559499.

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

Color convert

RGB139164191-
CMYK0.270.1400.25
HSL211.15º28.89%64.71%-
HSV(B)211.15º27.23%74.9%-
XYZ33.3335.854.44-
YUV159.6145.72113.3-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.14%
GREEN value IS 164 (64.45% from 255) = 33.20%
BLUE value IS 191 (75% from 255) = 38.66%
R=28.14%
G=33.20%
B=38.66%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1391641910.270.1400.25211.1528.8964.71
Hex8BA4BF1BE019d31d41
Octal213244277331603132335101
Binary10001011101001001011111111011111001100111010011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,164,191); }

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

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

 a { background-color: rgb(139,164,191); }

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

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

 span { border-color: rgb(139,164,191); }

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