#889BBF

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

Shades of Rock Blue #889BBF

Tints of Rock Blue #889BBF

Color information

#889BBF (or 0x889BBF) is unknown color: approx Rock Blue. HEX triplet: 88, 9B and BF. RGB value is (136,155,191). Sum of RGB (Red+Green+Blue) = 136+155+191=482 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.22% from 482); Green value is 155 (60.94% from 255 or 32.16% from 482); Blue value is 191 (75% from 255 or 39.63% from 482); Max value from RGB is 191 - color contains mainly: blue. Hex color #889BBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889BBF is #776440. Grayscale: #999999. Windows color (decimal): -7824449 or 12557192. OLE color: 12557192.

HSL color Cylindrical-coordinate representation of color #889BBF: hue angle of 219.27º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #889BBF is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB136155191-
CMYK0.290.1900.25
HSL219.27º30.05%64.12%-
HSV(B)219.27º28.8%74.9%-
XYZ31.2832.4453.9-
YUV153.42149.21115.57-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.22%
GREEN value IS 155 (60.94% from 255) = 32.16%
BLUE value IS 191 (75% from 255) = 39.63%
R=28.22%
G=32.16%
B=39.63%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1361551910.290.1900.25219.2730.0564.12
Hex889BBF1D13019db1e40
Octal210233277352303133336100
Binary100010001001101110111111111011001101100111011011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889BBF; }

 p { color: rgb(136,155,191); }

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

<style>
 a { background-color: #889BBF; }

 a { background-color: rgb(136,155,191); }

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

<style>
 span { border-color: #889BBF; }

 span { border-color: rgb(136,155,191); }

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