#89A0BE

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

Shades of Rock Blue #89A0BE

Tints of Rock Blue #89A0BE

Color information

#89A0BE (or 0x89A0BE) is unknown color: approx Rock Blue. HEX triplet: 89, A0 and BE. RGB value is (137,160,190). Sum of RGB (Red+Green+Blue) = 137+160+190=487 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.13% from 487); Green value is 160 (62.89% from 255 or 32.85% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 190 - color contains mainly: blue. Hex color #89A0BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A0BE is #765F41. Grayscale: #9C9C9C. Windows color (decimal): -7757634 or 12492937. OLE color: 12492937.

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

Color convert

RGB137160190-
CMYK0.280.1600.25
HSL213.96º28.96%64.12%-
HSV(B)213.96º27.89%74.51%-
XYZ32.1834.1853.62-
YUV156.54146.88114.06-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.13%
GREEN value IS 160 (62.89% from 255) = 32.85%
BLUE value IS 190 (74.61% from 255) = 39.01%
R=28.13%
G=32.85%
B=39.01%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1371601900.280.1600.25213.9628.9664.12
Hex89A0BE1C10019d61d40
Octal211240276342003132635100
Binary100010011010000010111110111001000001100111010110111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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