#899DDD

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

Shades of Portage #899DDD

Tints of Portage #899DDD

Color information

#899DDD (or 0x899DDD) is unknown color: approx Portage. HEX triplet: 89, 9D and DD. RGB value is (137,157,221). Sum of RGB (Red+Green+Blue) = 137+157+221=515 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.60% from 515); Green value is 157 (61.72% from 255 or 30.49% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 221 - color contains mainly: blue. Hex color #899DDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899DDD is #766222. Grayscale: #9E9E9E. Windows color (decimal): -7758371 or 14523785. OLE color: 14523785.

HSL color Cylindrical-coordinate representation of color #899DDD: hue angle of 225.71º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #899DDD is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB137157221-
CMYK0.380.2900.13
HSL225.71º55.26%70.2%-
HSV(B)225.71º38.01%86.67%-
XYZ35.4234.6573.23-
YUV158.32163.37112.8-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.60%
GREEN value IS 157 (61.72% from 255) = 30.49%
BLUE value IS 221 (86.72% from 255) = 42.91%
R=26.60%
G=30.49%
B=42.91%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1371572210.380.2900.13225.7155.2670.2
Hex899DDD261D0De23746
Octal211235335463501534267106
Binary1000100110011101110111011001101110101101111000101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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