Html Css Color HEX #899EB3 Rock Blue

📋 copy color: '#899EB3'

red 137 ◦ green 158 ◦ blue 179

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

Shades of Rock Blue #899EB3

Tints of Rock Blue #899EB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 37.76%

R = 28.9%
G = 33.33%
B = 37.76%

CMYK

 C value IS 0.23

 M value IS 0.12

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#899EB3 (or 0x899EB3) is known color: Rock Blue. HEX triplet: 89, 9E and B3. RGB value is (137,158,179). Sum of RGB (Red+Green+Blue) = 137+158+179=474 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.90% from 474); Green value is 158 (62.11% from 255 or 33.33% from 474); Blue value is 179 (70.31% from 255 or 37.76% from 474); Max value from RGB is 179 - color contains mainly: blue. Hex color #899EB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899EB3 is #76614C. Grayscale: #9A9A9A. Windows color (decimal): -7758157 or 11771529. OLE color: 11771529.

HSL color Cylindrical-coordinate representation of color #899EB3: hue angle of 210º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #899EB3 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 137 158 179 -
CMYK 0.23 0.12 0 0.30
HSL 210º 0.22% 0.62% -
HSV(B) 210º 0.23% 0.7% -
XYZ 30.68 33.03 47.41 -
YUV 154.12 142.04 115.79 -
System Red Green Blue C M Y K H S L
Decimal 137 158 179 0.23 0.12 0 0.30 210 0.22 0.62
Hex 89 9E B3 17 C 0 1E D2 16 3E
Octal 211 236 263 27 14 0 36 322 26 76
Binary 10001001 10011110 10110011 10111 1100 0 11110 11010010 10110 111110

Color Harmonies of #899EB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899EB3

Black with #899EB3

Text Example


Text Example

White with #899EB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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