#899FBF

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

Shades of Rock Blue #899FBF

Tints of Rock Blue #899FBF

Color information

#899FBF (or 0x899FBF) is unknown color: approx Rock Blue. HEX triplet: 89, 9F and BF. RGB value is (137,159,191). Sum of RGB (Red+Green+Blue) = 137+159+191=487 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.13% from 487); Green value is 159 (62.5% from 255 or 32.65% from 487); Blue value is 191 (75% from 255 or 39.22% from 487); Max value from RGB is 191 - color contains mainly: blue. Hex color #899FBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899FBF is #766040. Grayscale: #9B9B9B. Windows color (decimal): -7757889 or 12558217. OLE color: 12558217.

HSL color Cylindrical-coordinate representation of color #899FBF: hue angle of 215.56º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #899FBF is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB137159191-
CMYK0.280.1700.25
HSL215.56º29.67%64.31%-
HSV(B)215.56º28.27%74.9%-
XYZ32.1233.8854.14-
YUV156.07147.71114.4-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.13%
GREEN value IS 159 (62.5% from 255) = 32.65%
BLUE value IS 191 (75% from 255) = 39.22%
R=28.13%
G=32.65%
B=39.22%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1371591910.280.1700.25215.5629.6764.31
Hex899FBF1C11019d81e40
Octal211237277342103133036100
Binary100010011001111110111111111001000101100111011000111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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