#899CD8

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

Shades of Portage #899CD8

Tints of Portage #899CD8

Color information

#899CD8 (or 0x899CD8) is unknown color: approx Portage. HEX triplet: 89, 9C and D8. RGB value is (137,156,216). Sum of RGB (Red+Green+Blue) = 137+156+216=509 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.92% from 509); Green value is 156 (61.33% from 255 or 30.65% from 509); Blue value is 216 (84.77% from 255 or 42.44% from 509); Max value from RGB is 216 - color contains mainly: blue. Hex color #899CD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899CD8 is #766327. Grayscale: #9C9C9C. Windows color (decimal): -7758632 or 14195849. OLE color: 14195849.

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

Color convert

RGB137156216-
CMYK0.370.2800.15
HSL225.57º50.32%69.22%-
HSV(B)225.57º36.57%84.71%-
XYZ34.634.0569.72-
YUV157.16161.21113.62-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.92%
GREEN value IS 156 (61.33% from 255) = 30.65%
BLUE value IS 216 (84.77% from 255) = 42.44%
R=26.92%
G=30.65%
B=42.44%

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
Decimal1371562160.370.2800.15225.5750.3269.22
Hex899CD8251C0Fe23245
Octal211234330453401734262105
Binary1000100110011100110110001001011110001111111000101100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899CD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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