#899DB3

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

Shades of Rock Blue #899DB3

Tints of Rock Blue #899DB3

Color information

#899DB3 (or 0x899DB3) is unknown color: approx Rock Blue. HEX triplet: 89, 9D and B3. RGB value is (137,157,179). Sum of RGB (Red+Green+Blue) = 137+157+179=473 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.96% from 473); Green value is 157 (61.72% from 255 or 33.19% from 473); Blue value is 179 (70.31% from 255 or 37.84% from 473); Max value from RGB is 179 - color contains mainly: blue. Hex color #899DB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899DB3 is #76624C. Grayscale: #999999. Windows color (decimal): -7758413 or 11771273. OLE color: 11771273.

HSL color Cylindrical-coordinate representation of color #899DB3: hue angle of 211.43º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #899DB3 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB137157179-
CMYK0.230.1200.30
HSL211.43º21.65%61.96%-
HSV(B)211.43º23.46%70.2%-
XYZ30.5132.6947.35-
YUV153.53142.37116.21-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.96%
GREEN value IS 157 (61.72% from 255) = 33.19%
BLUE value IS 179 (70.31% from 255) = 37.84%
R=28.96%
G=33.19%
B=37.84%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1371571790.230.1200.30211.4321.6561.96
Hex899DB317C01Ed3163e
Octal21123526327140363232676
Binary1000100110011101101100111011111000111101101001110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,157,179); }

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

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

 a { background-color: rgb(137,157,179); }

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

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

 span { border-color: rgb(137,157,179); }

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