#899ABC

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

Shades of Rock Blue #899ABC

Tints of Rock Blue #899ABC

Color information

#899ABC (or 0x899ABC) is unknown color: approx Rock Blue. HEX triplet: 89, 9A and BC. RGB value is (137,154,188). Sum of RGB (Red+Green+Blue) = 137+154+188=479 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.60% from 479); Green value is 154 (60.55% from 255 or 32.15% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 188 - color contains mainly: blue. Hex color #899ABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899ABC is #766543. Grayscale: #989898. Windows color (decimal): -7759172 or 12360329. OLE color: 12360329.

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

Color convert

RGB137154188-
CMYK0.270.1800.26
HSL220º27.57%63.73%-
HSV(B)220º27.13%73.73%-
XYZ30.9532.0652.13-
YUV152.79147.87116.74-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.60%
GREEN value IS 154 (60.55% from 255) = 32.15%
BLUE value IS 188 (73.83% from 255) = 39.25%
R=28.60%
G=32.15%
B=39.25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1371541880.270.1800.2622027.5763.73
Hex899ABC1B1201Adc1c40
Octal211232274332203233434100
Binary100010011001101010111100110111001001101011011100111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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