#899DD8

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

Shades of Portage #899DD8

Tints of Portage #899DD8

Color information

#899DD8 (or 0x899DD8) is unknown color: approx Portage. HEX triplet: 89, 9D and D8. RGB value is (137,157,216). Sum of RGB (Red+Green+Blue) = 137+157+216=510 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.86% from 510); Green value is 157 (61.72% from 255 or 30.78% from 510); Blue value is 216 (84.77% from 255 or 42.35% from 510); Max value from RGB is 216 - color contains mainly: blue. Hex color #899DD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899DD8 is #766227. Grayscale: #9D9D9D. Windows color (decimal): -7758376 or 14196105. OLE color: 14196105.

HSL color Cylindrical-coordinate representation of color #899DD8: hue angle of 224.81º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #899DD8 is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB137157216-
CMYK0.370.2700.15
HSL224.81º50.32%69.22%-
HSV(B)224.81º36.57%84.71%-
XYZ34.7734.3969.77-
YUV157.75160.87113.2-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.86%
GREEN value IS 157 (61.72% from 255) = 30.78%
BLUE value IS 216 (84.77% from 255) = 42.35%
R=26.86%
G=30.78%
B=42.35%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1371572160.370.2700.15224.8150.3269.22
Hex899DD8251B0Fe13245
Octal211235330453301734162105
Binary1000100110011101110110001001011101101111111000011100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899DD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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