Html Css Color HEX #899FBC Rock Blue

📋 copy color: '#899FBC'

red 137 ◦ green 159 ◦ blue 188

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

Shades of Rock Blue #899FBC

Tints of Rock Blue #899FBC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.85%

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

R = 28.31%
G = 32.85%
B = 38.84%

CMYK

 C value IS 0.27

 M value IS 0.15

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#899FBC (or 0x899FBC) is known color: Rock Blue. HEX triplet: 89, 9F and BC. RGB value is (137,159,188). Sum of RGB (Red+Green+Blue) = 137+159+188=484 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.31% from 484); Green value is 159 (62.5% from 255 or 32.85% from 484); Blue value is 188 (73.83% from 255 or 38.84% from 484); Max value from RGB is 188 - color contains mainly: blue. Hex color #899FBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899FBC is #766043. Grayscale: #9B9B9B. Windows color (decimal): -7757892 or 12361609. OLE color: 12361609.

HSL color Cylindrical-coordinate representation of color #899FBC: hue angle of 214.12º 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 #899FBC is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 137 159 188 -
CMYK 0.27 0.15 0 0.26
HSL 214.12º 0.28% 0.64% -
HSV(B) 214.12º 0.27% 0.74% -
XYZ 31.79 33.75 52.41 -
YUV 155.73 146.21 114.64 -
System Red Green Blue C M Y K H S L
Decimal 137 159 188 0.27 0.15 0 0.26 214.12 0.28 0.64
Hex 89 9F BC 1B F 0 1A D6 1C 40
Octal 211 237 274 33 17 0 32 326 34 100
Binary 10001001 10011111 10111100 11011 1111 0 11010 11010110 11100 1000000

Color Harmonies of #899FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899FBC

Black with #899FBC

Text Example


Text Example

White with #899FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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