#899FBD

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

Shades of Rock Blue #899FBD

Tints of Rock Blue #899FBD

Color information

#899FBD (or 0x899FBD) is unknown color: approx Rock Blue. HEX triplet: 89, 9F and BD. RGB value is (137,159,189). Sum of RGB (Red+Green+Blue) = 137+159+189=485 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.25% from 485); Green value is 159 (62.5% from 255 or 32.78% from 485); Blue value is 189 (74.22% from 255 or 38.97% from 485); Max value from RGB is 189 - color contains mainly: blue. Hex color #899FBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899FBD is #766042. Grayscale: #9B9B9B. Windows color (decimal): -7757891 or 12427145. OLE color: 12427145.

HSL color Cylindrical-coordinate representation of color #899FBD: hue angle of 214.62º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #899FBD is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB137159189-
CMYK0.280.1600.26
HSL214.62º28.26%63.92%-
HSV(B)214.62º27.51%74.12%-
XYZ31.933.7952.98-
YUV155.84146.71114.56-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.25%
GREEN value IS 159 (62.5% from 255) = 32.78%
BLUE value IS 189 (74.22% from 255) = 38.97%
R=28.25%
G=32.78%
B=38.97%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1371591890.280.1600.26214.6228.2663.92
Hex899FBD1C1001Ad71c40
Octal211237275342003232734100
Binary100010011001111110111101111001000001101011010111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,159,189); }

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

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

 a { background-color: rgb(137,159,189); }

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

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

 span { border-color: rgb(137,159,189); }

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