Html Css Color HEX #899EB8 Rock Blue

📋 copy color: '#899EB8'

red 137 ◦ green 158 ◦ blue 184

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

Shades of Rock Blue #899EB8

Tints of Rock Blue #899EB8

RGB

 RED value IS 137 (53.91% from 255) = 28.6%

 GREEN value IS 158 (62.11% from 255) = 32.99%

 BLUE value IS 184 (72.27% from 255) = 38.41%

R = 28.6%
G = 32.99%
B = 38.41%

CMYK

 C value IS 0.26

 M value IS 0.14

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#899EB8 (or 0x899EB8) is known color: Rock Blue. HEX triplet: 89, 9E and B8. RGB value is (137,158,184). Sum of RGB (Red+Green+Blue) = 137+158+184=479 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.60% from 479); Green value is 158 (62.11% from 255 or 32.99% from 479); Blue value is 184 (72.27% from 255 or 38.41% from 479); Max value from RGB is 184 - color contains mainly: blue. Hex color #899EB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899EB8 is #766147. Grayscale: #9A9A9A. Windows color (decimal): -7758152 or 12099209. OLE color: 12099209.

HSL color Cylindrical-coordinate representation of color #899EB8: hue angle of 213.19º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #899EB8 is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 137 158 184 -
CMYK 0.26 0.14 0 0.28
HSL 213.19º 0.25% 0.63% -
HSV(B) 213.19º 0.26% 0.72% -
XYZ 31.2 33.23 50.12 -
YUV 154.69 144.54 115.39 -
System Red Green Blue C M Y K H S L
Decimal 137 158 184 0.26 0.14 0 0.28 213.19 0.25 0.63
Hex 89 9E B8 1A E 0 1C D5 19 3F
Octal 211 236 270 32 16 0 34 325 31 77
Binary 10001001 10011110 10111000 11010 1110 0 11100 11010101 11001 111111

Color Harmonies of #899EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899EB8

Black with #899EB8

Text Example


Text Example

White with #899EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899EB8; }

 p { color: rgb(137,158,184); }

 H1.HeaderClassName
 {
   color: #899EB8;
 }
 .AnyTagClassName
 {
   color: #899EB8;
 }
</style>

background-color css

<style>
 a { background-color: #899EB8; }

 a { background-color: rgb(137,158,184); }

 div.DivClassName
 {
   background-color: #899EB8;
 }
 .BgClassName
 {
   background-color: #899EB8;
 }
</style>

border-color css

<style>
 span { border-color: #899EB8; }

 span { border-color: rgb(137,158,184); }

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