#899CC1

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

Shades of Rock Blue #899CC1

Tints of Rock Blue #899CC1

Color information

#899CC1 (or 0x899CC1) is unknown color: approx Rock Blue. HEX triplet: 89, 9C and C1. RGB value is (137,156,193). Sum of RGB (Red+Green+Blue) = 137+156+193=486 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.19% from 486); Green value is 156 (61.33% from 255 or 32.10% from 486); Blue value is 193 (75.78% from 255 or 39.71% from 486); Max value from RGB is 193 - color contains mainly: blue. Hex color #899CC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899CC1 is #76633E. Grayscale: #9A9A9A. Windows color (decimal): -7758655 or 12688521. OLE color: 12688521.

HSL color Cylindrical-coordinate representation of color #899CC1: hue angle of 219.64º degrees, saturation: 0.31, 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 #899CC1 is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB137156193-
CMYK0.290.1900.24
HSL219.64º31.11%64.71%-
HSV(B)219.64º29.02%75.69%-
XYZ31.8332.9555.13-
YUV154.54149.71115.49-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.19%
GREEN value IS 156 (61.33% from 255) = 32.10%
BLUE value IS 193 (75.78% from 255) = 39.71%
R=28.19%
G=32.10%
B=39.71%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1371561930.290.1900.24219.6431.1164.71
Hex899CC11D13018dc1f41
Octal211234301352303033437101
Binary100010011001110011000001111011001101100011011100111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,156,193); }

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

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

 a { background-color: rgb(137,156,193); }

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

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

 span { border-color: rgb(137,156,193); }

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