#8B9BBA

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

Shades of Rock Blue #8B9BBA

Tints of Rock Blue #8B9BBA

Color information

#8B9BBA (or 0x8B9BBA) is unknown color: approx Rock Blue. HEX triplet: 8B, 9B and BA. RGB value is (139,155,186). Sum of RGB (Red+Green+Blue) = 139+155+186=480 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.96% from 480); Green value is 155 (60.94% from 255 or 32.29% from 480); Blue value is 186 (73.05% from 255 or 38.75% from 480); Max value from RGB is 186 - color contains mainly: blue. Hex color #8B9BBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B9BBA is #746445. Grayscale: #999999. Windows color (decimal): -7627846 or 12229515. OLE color: 12229515.

HSL color Cylindrical-coordinate representation of color #8B9BBA: hue angle of 219.57º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8B9BBA is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB139155186-
CMYK0.250.1700.27
HSL219.57º25.41%63.73%-
HSV(B)219.57º25.27%72.94%-
XYZ31.2332.4851.08-
YUV153.75146.2117.48-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.96%
GREEN value IS 155 (60.94% from 255) = 32.29%
BLUE value IS 186 (73.05% from 255) = 38.75%
R=28.96%
G=32.29%
B=38.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1391551860.250.1700.27219.5725.4163.73
Hex8B9BBA191101Bdc1940
Octal213233272312103333431100
Binary100010111001101110111010110011000101101111011100110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,155,186); }

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

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

 a { background-color: rgb(139,155,186); }

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

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

 span { border-color: rgb(139,155,186); }

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