#899BBA

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

Shades of Rock Blue #899BBA

Tints of Rock Blue #899BBA

Color information

#899BBA (or 0x899BBA) is unknown color: approx Rock Blue. HEX triplet: 89, 9B and BA. RGB value is (137,155,186). Sum of RGB (Red+Green+Blue) = 137+155+186=478 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.66% from 478); Green value is 155 (60.94% from 255 or 32.43% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 186 - color contains mainly: blue. Hex color #899BBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899BBA is #766445. Grayscale: #999999. Windows color (decimal): -7758918 or 12229513. OLE color: 12229513.

HSL color Cylindrical-coordinate representation of color #899BBA: hue angle of 217.96º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #899BBA is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB137155186-
CMYK0.260.1700.27
HSL217.96º26.2%63.33%-
HSV(B)217.96º26.34%72.94%-
XYZ30.932.3151.06-
YUV153.15146.54116.48-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.66%
GREEN value IS 155 (60.94% from 255) = 32.43%
BLUE value IS 186 (73.05% from 255) = 38.91%
R=28.66%
G=32.43%
B=38.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1371551860.260.1700.27217.9626.263.33
Hex899BBA1A1101Bda1a3f
Octal21123327232210333323277
Binary10001001100110111011101011010100010110111101101011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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