#899BB4

Color #899BB4 Rock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Blue #899BB4

Tints of Rock Blue #899BB4

Color information

#899BB4 (or 0x899BB4) is unknown color: approx Rock Blue. HEX triplet: 89, 9B and B4. RGB value is (137,155,180). Sum of RGB (Red+Green+Blue) = 137+155+180=472 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.03% from 472); Green value is 155 (60.94% from 255 or 32.84% from 472); Blue value is 180 (70.70% from 255 or 38.14% from 472); Max value from RGB is 180 - color contains mainly: blue. Hex color #899BB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899BB4 is #76644B. Grayscale: #989898. Windows color (decimal): -7758924 or 11836297. OLE color: 11836297.

HSL color Cylindrical-coordinate representation of color #899BB4: hue angle of 214.88º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #899BB4 is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB137155180-
CMYK0.240.1400.29
HSL214.88º22.28%62.16%-
HSV(B)214.88º23.89%70.59%-
XYZ30.2832.0647.77-
YUV152.47143.54116.97-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.03%
GREEN value IS 155 (60.94% from 255) = 32.84%
BLUE value IS 180 (70.70% from 255) = 38.14%
R=29.03%
G=32.84%
B=38.14%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1371551800.240.1400.29214.8822.2862.16
Hex899BB418E01Dd7163e
Octal21123326430160353272676
Binary1000100110011011101101001100011100111011101011110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,155,180); }

 H1.HeaderClassName
 {
   color: #899BB4;
 }
 .AnyTagClassName
 {
   color: #899BB4;
 }
</style>
background-color css

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

 a { background-color: rgb(137,155,180); }

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

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

 span { border-color: rgb(137,155,180); }

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