#899BB7

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

Shades of Rock Blue #899BB7

Tints of Rock Blue #899BB7

Color information

#899BB7 (or 0x899BB7) is unknown color: approx Rock Blue. HEX triplet: 89, 9B and B7. RGB value is (137,155,183). Sum of RGB (Red+Green+Blue) = 137+155+183=475 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.84% from 475); Green value is 155 (60.94% from 255 or 32.63% from 475); Blue value is 183 (71.88% from 255 or 38.53% from 475); Max value from RGB is 183 - color contains mainly: blue. Hex color #899BB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899BB7 is #766448. Grayscale: #989898. Windows color (decimal): -7758921 or 12032905. OLE color: 12032905.

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

Color convert

RGB137155183-
CMYK0.250.1500.28
HSL216.52º24.21%62.75%-
HSV(B)216.52º25.14%71.76%-
XYZ30.5932.1849.4-
YUV152.81145.04116.72-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.84%
GREEN value IS 155 (60.94% from 255) = 32.63%
BLUE value IS 183 (71.88% from 255) = 38.53%
R=28.84%
G=32.63%
B=38.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1371551830.250.1500.28216.5224.2162.75
Hex899BB719F01Cd9183f
Octal21123326731170343313077
Binary1000100110011011101101111100111110111001101100111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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