#899ABA

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

Shades of Rock Blue #899ABA

Tints of Rock Blue #899ABA

Color information

#899ABA (or 0x899ABA) is unknown color: approx Rock Blue. HEX triplet: 89, 9A and BA. RGB value is (137,154,186). Sum of RGB (Red+Green+Blue) = 137+154+186=477 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.72% from 477); Green value is 154 (60.55% from 255 or 32.29% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 186 - color contains mainly: blue. Hex color #899ABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899ABA is #766545. Grayscale: #989898. Windows color (decimal): -7759174 or 12229257. OLE color: 12229257.

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

Color convert

RGB137154186-
CMYK0.260.1700.27
HSL219.18º26.2%63.33%-
HSV(B)219.18º26.34%72.94%-
XYZ30.7431.9751.01-
YUV152.56146.87116.9-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.72%
GREEN value IS 154 (60.55% from 255) = 32.29%
BLUE value IS 186 (73.05% from 255) = 38.99%
R=28.72%
G=32.29%
B=38.99%

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
Decimal1371541860.260.1700.27219.1826.263.33
Hex899ABA1A1101Bdb1a3f
Octal21123227232210333333277
Binary10001001100110101011101011010100010110111101101111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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