#89A3BE

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

Shades of Rock Blue #89A3BE

Tints of Rock Blue #89A3BE

Color information

#89A3BE (or 0x89A3BE) is unknown color: approx Rock Blue. HEX triplet: 89, A3 and BE. RGB value is (137,163,190). Sum of RGB (Red+Green+Blue) = 137+163+190=490 (64% of max value = 765). Red value is 137 (53.91% from 255 or 27.96% from 490); Green value is 163 (64.06% from 255 or 33.27% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 190 - color contains mainly: blue. Hex color #89A3BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A3BE is #765C41. Grayscale: #9E9E9E. Windows color (decimal): -7756866 or 12493705. OLE color: 12493705.

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

Color convert

RGB137163190-
CMYK0.280.1400.25
HSL210.57º28.96%64.12%-
HSV(B)210.57º27.89%74.51%-
XYZ32.7135.2353.79-
YUV158.3145.89112.8-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.96%
GREEN value IS 163 (64.06% from 255) = 33.27%
BLUE value IS 190 (74.61% from 255) = 38.78%
R=27.96%
G=33.27%
B=38.78%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1371631900.280.1400.25210.5728.9664.12
Hex89A3BE1CE019d31d40
Octal211243276341603132335100
Binary10001001101000111011111011100111001100111010011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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