Html Css Color HEX #89A3BE Rock Blue

📋 copy color: '#89A3BE'

red 137 ◦ green 163 ◦ blue 190

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

Shades of Rock Blue #89A3BE

Tints of Rock Blue #89A3BE

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

 M value IS 0.14

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

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

RGB 137 163 190 -
CMYK 0.28 0.14 0 0.25
HSL 210.57º 0.29% 0.64% -
HSV(B) 210.57º 0.28% 0.75% -
XYZ 32.71 35.23 53.79 -
YUV 158.3 145.89 112.8 -
System Red Green Blue C M Y K H S L
Decimal 137 163 190 0.28 0.14 0 0.25 210.57 0.29 0.64
Hex 89 A3 BE 1C E 0 19 D3 1D 40
Octal 211 243 276 34 16 0 31 323 35 100
Binary 10001001 10100011 10111110 11100 1110 0 11001 11010011 11101 1000000

Color Harmonies of #89A3BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89A3BE

Black with #89A3BE

Text Example


Text Example

White with #89A3BE

Text Example


Text Example

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