#899EDF

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

Shades of Portage #899EDF

Tints of Portage #899EDF

Color information

#899EDF (or 0x899EDF) is unknown color: approx Portage. HEX triplet: 89, 9E and DF. RGB value is (137,158,223). Sum of RGB (Red+Green+Blue) = 137+158+223=518 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.45% from 518); Green value is 158 (62.11% from 255 or 30.50% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 223 - color contains mainly: blue. Hex color #899EDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899EDF is #766120. Grayscale: #9E9E9E. Windows color (decimal): -7758113 or 14655113. OLE color: 14655113.

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

Color convert

RGB137158223-
CMYK0.390.2900.13
HSL225.35º57.33%70.59%-
HSV(B)225.35º38.57%87.45%-
XYZ35.8635.174.7-
YUV159.13164.04112.21-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.45%
GREEN value IS 158 (62.11% from 255) = 30.50%
BLUE value IS 223 (87.5% from 255) = 43.05%
R=26.45%
G=30.50%
B=43.05%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1371582230.390.2900.13225.3557.3370.59
Hex899EDF271D0De13947
Octal211236337473501534171107
Binary1000100110011110110111111001111110101101111000011110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,158,223); }

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

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

 a { background-color: rgb(137,158,223); }

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

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

 span { border-color: rgb(137,158,223); }

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