#899CD9

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

Shades of Portage #899CD9

Tints of Portage #899CD9

Color information

#899CD9 (or 0x899CD9) is unknown color: approx Portage. HEX triplet: 89, 9C and D9. RGB value is (137,156,217). Sum of RGB (Red+Green+Blue) = 137+156+217=510 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.86% from 510); Green value is 156 (61.33% from 255 or 30.59% from 510); Blue value is 217 (85.16% from 255 or 42.55% from 510); Max value from RGB is 217 - color contains mainly: blue. Hex color #899CD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899CD9 is #766326. Grayscale: #9D9D9D. Windows color (decimal): -7758631 or 14261385. OLE color: 14261385.

HSL color Cylindrical-coordinate representation of color #899CD9: hue angle of 225.75º degrees, saturation: 0.51, 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 #899CD9 is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB137156217-
CMYK0.370.2800.15
HSL225.75º51.28%69.41%-
HSV(B)225.75º36.87%85.1%-
XYZ34.7334.1170.4-
YUV157.27161.71113.54-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.86%
GREEN value IS 156 (61.33% from 255) = 30.59%
BLUE value IS 217 (85.16% from 255) = 42.55%
R=26.86%
G=30.59%
B=42.55%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1371562170.370.2800.15225.7551.2869.41
Hex899CD9251C0Fe23345
Octal211234331453401734263105
Binary1000100110011100110110011001011110001111111000101100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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