#899DD0

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

Shades of Portage #899DD0

Tints of Portage #899DD0

Color information

#899DD0 (or 0x899DD0) is unknown color: approx Portage. HEX triplet: 89, 9D and D0. RGB value is (137,157,208). Sum of RGB (Red+Green+Blue) = 137+157+208=502 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.29% from 502); Green value is 157 (61.72% from 255 or 31.27% from 502); Blue value is 208 (81.64% from 255 or 41.43% from 502); Max value from RGB is 208 - color contains mainly: blue. Hex color #899DD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899DD0 is #76622F. Grayscale: #9C9C9C. Windows color (decimal): -7758384 or 13671817. OLE color: 13671817.

HSL color Cylindrical-coordinate representation of color #899DD0: hue angle of 223.1º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #899DD0 is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB137157208-
CMYK0.340.2500.18
HSL223.1º43.03%67.65%-
HSV(B)223.1º34.13%81.57%-
XYZ33.7633.9964.46-
YUV156.83156.87113.85-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.29%
GREEN value IS 157 (61.72% from 255) = 31.27%
BLUE value IS 208 (81.64% from 255) = 41.43%
R=27.29%
G=31.27%
B=41.43%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1371572080.340.2500.18223.143.0367.65
Hex899DD02219012df2b44
Octal211235320423102233753104
Binary10001001100111011101000010001011001010010110111111010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,157,208); }

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

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

 a { background-color: rgb(137,157,208); }

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

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

 span { border-color: rgb(137,157,208); }

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