#899BC2

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

Shades of Rock Blue #899BC2

Tints of Rock Blue #899BC2

Color information

#899BC2 (or 0x899BC2) is unknown color: approx Rock Blue. HEX triplet: 89, 9B and C2. RGB value is (137,155,194). Sum of RGB (Red+Green+Blue) = 137+155+194=486 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.19% from 486); Green value is 155 (60.94% from 255 or 31.89% from 486); Blue value is 194 (76.17% from 255 or 39.92% from 486); Max value from RGB is 194 - color contains mainly: blue. Hex color #899BC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899BC2 is #76643D. Grayscale: #999999. Windows color (decimal): -7758910 or 12753801. OLE color: 12753801.

HSL color Cylindrical-coordinate representation of color #899BC2: hue angle of 221.05º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #899BC2 is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB137155194-
CMYK0.290.2000.24
HSL221.05º31.84%64.9%-
HSV(B)221.05º29.38%76.08%-
XYZ31.7832.6655.67-
YUV154.06150.54115.83-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.19%
GREEN value IS 155 (60.94% from 255) = 31.89%
BLUE value IS 194 (76.17% from 255) = 39.92%
R=28.19%
G=31.89%
B=39.92%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1371551940.290.2000.24221.0531.8464.9
Hex899BC21D14018dd2041
Octal211233302352403033540101
Binary1000100110011011110000101110110100011000110111011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899BC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,155,194); }

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

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

 a { background-color: rgb(137,155,194); }

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

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

 span { border-color: rgb(137,155,194); }

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