#89A0BD

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

Shades of Rock Blue #89A0BD

Tints of Rock Blue #89A0BD

Color information

#89A0BD (or 0x89A0BD) is unknown color: approx Rock Blue. HEX triplet: 89, A0 and BD. RGB value is (137,160,189). Sum of RGB (Red+Green+Blue) = 137+160+189=486 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.19% from 486); Green value is 160 (62.89% from 255 or 32.92% from 486); Blue value is 189 (74.22% from 255 or 38.89% from 486); Max value from RGB is 189 - color contains mainly: blue. Hex color #89A0BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A0BD is #765F42. Grayscale: #9C9C9C. Windows color (decimal): -7757635 or 12427401. OLE color: 12427401.

HSL color Cylindrical-coordinate representation of color #89A0BD: hue angle of 213.46º 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 #89A0BD is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB137160189-
CMYK0.280.1500.26
HSL213.46º28.26%63.92%-
HSV(B)213.46º27.51%74.12%-
XYZ32.0734.1353.04-
YUV156.43146.38114.14-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.19%
GREEN value IS 160 (62.89% from 255) = 32.92%
BLUE value IS 189 (74.22% from 255) = 38.89%
R=28.19%
G=32.92%
B=38.89%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1371601890.280.1500.26213.4628.2663.92
Hex89A0BD1CF01Ad51c40
Octal211240275341703232534100
Binary10001001101000001011110111100111101101011010101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89A0BD; }

 p { color: rgb(137,160,189); }

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

<style>
 a { background-color: #89A0BD; }

 a { background-color: rgb(137,160,189); }

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

<style>
 span { border-color: #89A0BD; }

 span { border-color: rgb(137,160,189); }

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