Html Css Color HEX #899EBC Rock Blue

📋 copy color: '#899EBC'

red 137 ◦ green 158 ◦ blue 188

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

Shades of Rock Blue #899EBC

Tints of Rock Blue #899EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.92%

R = 28.36%
G = 32.71%
B = 38.92%

CMYK

 C value IS 0.27

 M value IS 0.16

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#899EBC (or 0x899EBC) is known color: Rock Blue. HEX triplet: 89, 9E and BC. RGB value is (137,158,188). Sum of RGB (Red+Green+Blue) = 137+158+188=483 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.36% from 483); Green value is 158 (62.11% from 255 or 32.71% from 483); Blue value is 188 (73.83% from 255 or 38.92% from 483); Max value from RGB is 188 - color contains mainly: blue. Hex color #899EBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899EBC is #766143. Grayscale: #9B9B9B. Windows color (decimal): -7758148 or 12361353. OLE color: 12361353.

HSL color Cylindrical-coordinate representation of color #899EBC: hue angle of 215.29º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #899EBC is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 137 158 188 -
CMYK 0.27 0.16 0 0.26
HSL 215.29º 0.28% 0.64% -
HSV(B) 215.29º 0.27% 0.74% -
XYZ 31.62 33.4 52.36 -
YUV 155.14 146.54 115.06 -
System Red Green Blue C M Y K H S L
Decimal 137 158 188 0.27 0.16 0 0.26 215.29 0.28 0.64
Hex 89 9E BC 1B 10 0 1A D7 1C 40
Octal 211 236 274 33 20 0 32 327 34 100
Binary 10001001 10011110 10111100 11011 10000 0 11010 11010111 11100 1000000

Color Harmonies of #899EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899EBC

Black with #899EBC

Text Example


Text Example

White with #899EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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