#899CDB

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

Shades of Portage #899CDB

Tints of Portage #899CDB

Color information

#899CDB (or 0x899CDB) is unknown color: approx Portage. HEX triplet: 89, 9C and DB. RGB value is (137,156,219). Sum of RGB (Red+Green+Blue) = 137+156+219=512 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.76% from 512); Green value is 156 (61.33% from 255 or 30.47% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #899CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899CDB is #766324. Grayscale: #9D9D9D. Windows color (decimal): -7758629 or 14392457. OLE color: 14392457.

HSL color Cylindrical-coordinate representation of color #899CDB: hue angle of 226.1º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #899CDB is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB137156219-
CMYK0.370.2900.14
HSL226.1º53.25%69.8%-
HSV(B)226.1º37.44%85.88%-
XYZ34.9934.2171.78-
YUV157.5162.71113.38-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.76%
GREEN value IS 156 (61.33% from 255) = 30.47%
BLUE value IS 219 (85.94% from 255) = 42.77%
R=26.76%
G=30.47%
B=42.77%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1371562190.370.2900.14226.153.2569.8
Hex899CDB251D0Ee23546
Octal211234333453501634265106
Binary1000100110011100110110111001011110101110111000101101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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