#889BBC

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

Shades of Rock Blue #889BBC

Tints of Rock Blue #889BBC

Color information

#889BBC (or 0x889BBC) is unknown color: approx Rock Blue. HEX triplet: 88, 9B and BC. RGB value is (136,155,188). Sum of RGB (Red+Green+Blue) = 136+155+188=479 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.39% from 479); Green value is 155 (60.94% from 255 or 32.36% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 188 - color contains mainly: blue. Hex color #889BBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889BBC is #776443. Grayscale: #989898. Windows color (decimal): -7824452 or 12360584. OLE color: 12360584.

HSL color Cylindrical-coordinate representation of color #889BBC: hue angle of 218.08º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #889BBC is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB136155188-
CMYK0.280.1800.26
HSL218.08º27.96%63.53%-
HSV(B)218.08º27.66%73.73%-
XYZ30.9532.3152.18-
YUV153.08147.71115.82-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.39%
GREEN value IS 155 (60.94% from 255) = 32.36%
BLUE value IS 188 (73.83% from 255) = 39.25%
R=28.39%
G=32.36%
B=39.25%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1361551880.280.1800.26218.0827.9663.53
Hex889BBC1C1201Ada1c40
Octal210233274342203233234100
Binary100010001001101110111100111001001001101011011010111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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