#899BC9

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

Shades of Portage #899BC9

Tints of Portage #899BC9

Color information

#899BC9 (or 0x899BC9) is unknown color: approx Portage. HEX triplet: 89, 9B and C9. RGB value is (137,155,201). Sum of RGB (Red+Green+Blue) = 137+155+201=493 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.79% from 493); Green value is 155 (60.94% from 255 or 31.44% from 493); Blue value is 201 (78.91% from 255 or 40.77% from 493); Max value from RGB is 201 - color contains mainly: blue. Hex color #899BC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899BC9 is #766436. Grayscale: #9A9A9A. Windows color (decimal): -7758903 or 13212553. OLE color: 13212553.

HSL color Cylindrical-coordinate representation of color #899BC9: hue angle of 223.12º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #899BC9 is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB137155201-
CMYK0.320.2300.21
HSL223.12º37.21%66.27%-
HSV(B)223.12º31.84%78.82%-
XYZ32.5832.9859.91-
YUV154.86154.04115.26-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.79%
GREEN value IS 155 (60.94% from 255) = 31.44%
BLUE value IS 201 (78.91% from 255) = 40.77%
R=27.79%
G=31.44%
B=40.77%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1371552010.320.2300.21223.1237.2166.27
Hex899BC92017015df2542
Octal211233311402702533745102
Binary10001001100110111100100110000010111010101110111111001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899BC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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