#8B9DBF

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

Shades of Rock Blue #8B9DBF

Tints of Rock Blue #8B9DBF

Color information

#8B9DBF (or 0x8B9DBF) is unknown color: approx Rock Blue. HEX triplet: 8B, 9D and BF. RGB value is (139,157,191). Sum of RGB (Red+Green+Blue) = 139+157+191=487 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.54% from 487); Green value is 157 (61.72% from 255 or 32.24% from 487); Blue value is 191 (75% from 255 or 39.22% from 487); Max value from RGB is 191 - color contains mainly: blue. Hex color #8B9DBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B9DBF is #746240. Grayscale: #9B9B9B. Windows color (decimal): -7627329 or 12557707. OLE color: 12557707.

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

Color convert

RGB139157191-
CMYK0.270.1800.25
HSL219.23º28.89%64.71%-
HSV(B)219.23º27.23%74.9%-
XYZ32.1133.3654.04-
YUV155.49148.04116.24-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.54%
GREEN value IS 157 (61.72% from 255) = 32.24%
BLUE value IS 191 (75% from 255) = 39.22%
R=28.54%
G=32.24%
B=39.22%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1391571910.270.1800.25219.2328.8964.71
Hex8B9DBF1B12019db1d41
Octal213235277332203133335101
Binary100010111001110110111111110111001001100111011011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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