#8B9DBE

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

Shades of Rock Blue #8B9DBE

Tints of Rock Blue #8B9DBE

Color information

#8B9DBE (or 0x8B9DBE) is unknown color: approx Rock Blue. HEX triplet: 8B, 9D and BE. RGB value is (139,157,190). Sum of RGB (Red+Green+Blue) = 139+157+190=486 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.60% from 486); Green value is 157 (61.72% from 255 or 32.30% from 486); Blue value is 190 (74.61% from 255 or 39.09% from 486); Max value from RGB is 190 - color contains mainly: blue. Hex color #8B9DBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B9DBE is #746241. Grayscale: #9B9B9B. Windows color (decimal): -7627330 or 12492171. OLE color: 12492171.

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

Color convert

RGB139157190-
CMYK0.270.1700.25
HSL218.82º28.18%64.51%-
HSV(B)218.82º26.84%74.51%-
XYZ3233.3253.46-
YUV155.38147.54116.32-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.60%
GREEN value IS 157 (61.72% from 255) = 32.30%
BLUE value IS 190 (74.61% from 255) = 39.09%
R=28.60%
G=32.30%
B=39.09%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1391571900.270.1700.25218.8228.1864.51
Hex8B9DBE1B11019db1c41
Octal213235276332103133334101
Binary100010111001110110111110110111000101100111011011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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