Html Css Color HEX #89A0BD Rock Blue

📋 copy color: '#89A0BD'

red 137 ◦ green 160 ◦ blue 189

#89A0BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rock Blue #89A0BD

Tints of Rock Blue #89A0BD

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 value IS 0.28

 M value IS 0.15

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#89A0BD (or 0x89A0BD) is known color: 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

RGB 137 160 189 -
CMYK 0.28 0.15 0 0.26
HSL 213.46º 0.28% 0.64% -
HSV(B) 213.46º 0.28% 0.74% -
XYZ 32.07 34.13 53.04 -
YUV 156.43 146.38 114.14 -
System Red Green Blue C M Y K H S L
Decimal 137 160 189 0.28 0.15 0 0.26 213.46 0.28 0.64
Hex 89 A0 BD 1C F 0 1A D5 1C 40
Octal 211 240 275 34 17 0 32 325 34 100
Binary 10001001 10100000 10111101 11100 1111 0 11010 11010101 11100 1000000

Color Harmonies of #89A0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89A0BD

Black with #89A0BD

Text Example


Text Example

White with #89A0BD

Text Example


Text Example

HTML Codes & Css Web 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>