#8B9CBF

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

Shades of Rock Blue #8B9CBF

Tints of Rock Blue #8B9CBF

Color information

#8B9CBF (or 0x8B9CBF) is unknown color: approx Rock Blue. HEX triplet: 8B, 9C and BF. RGB value is (139,156,191). Sum of RGB (Red+Green+Blue) = 139+156+191=486 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.60% from 486); Green value is 156 (61.33% from 255 or 32.10% from 486); Blue value is 191 (75% from 255 or 39.30% from 486); Max value from RGB is 191 - color contains mainly: blue. Hex color #8B9CBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B9CBF is #746340. Grayscale: #9A9A9A. Windows color (decimal): -7627585 or 12557451. OLE color: 12557451.

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

Color convert

RGB139156191-
CMYK0.270.1800.25
HSL220.38º28.89%64.71%-
HSV(B)220.38º27.23%74.9%-
XYZ31.9433.0353.98-
YUV154.91148.37116.65-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.60%
GREEN value IS 156 (61.33% from 255) = 32.10%
BLUE value IS 191 (75% from 255) = 39.30%
R=28.60%
G=32.10%
B=39.30%

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
Decimal1391561910.270.1800.25220.3828.8964.71
Hex8B9CBF1B12019dc1d41
Octal213234277332203133435101
Binary100010111001110010111111110111001001100111011100111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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