#8B9ABF

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

Shades of Rock Blue #8B9ABF

Tints of Rock Blue #8B9ABF

Color information

#8B9ABF (or 0x8B9ABF) is unknown color: approx Rock Blue. HEX triplet: 8B, 9A and BF. RGB value is (139,154,191). Sum of RGB (Red+Green+Blue) = 139+154+191=484 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.72% from 484); Green value is 154 (60.55% from 255 or 31.82% from 484); Blue value is 191 (75% from 255 or 39.46% from 484); Max value from RGB is 191 - color contains mainly: blue. Hex color #8B9ABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B9ABF is #746540. Grayscale: #999999. Windows color (decimal): -7628097 or 12556939. OLE color: 12556939.

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

Color convert

RGB139154191-
CMYK0.270.1900.25
HSL222.69º28.89%64.71%-
HSV(B)222.69º27.23%74.9%-
XYZ31.6132.3653.87-
YUV153.73149.03117.49-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.72%
GREEN value IS 154 (60.55% from 255) = 31.82%
BLUE value IS 191 (75% from 255) = 39.46%
R=28.72%
G=31.82%
B=39.46%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1391541910.270.1900.25222.6928.8964.71
Hex8B9ABF1B13019df1d41
Octal213232277332303133735101
Binary100010111001101010111111110111001101100111011111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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