#899FDE

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

Shades of Portage #899FDE

Tints of Portage #899FDE

Color information

#899FDE (or 0x899FDE) is unknown color: approx Portage. HEX triplet: 89, 9F and DE. RGB value is (137,159,222). Sum of RGB (Red+Green+Blue) = 137+159+222=518 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.45% from 518); Green value is 159 (62.5% from 255 or 30.69% from 518); Blue value is 222 (87.11% from 255 or 42.86% from 518); Max value from RGB is 222 - color contains mainly: blue. Hex color #899FDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899FDE is #766021. Grayscale: #9F9F9F. Windows color (decimal): -7757858 or 14589833. OLE color: 14589833.

HSL color Cylindrical-coordinate representation of color #899FDE: hue angle of 224.47º degrees, saturation: 0.56, 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 #899FDE is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB137159222-
CMYK0.380.2800.13
HSL224.47º56.29%70.39%-
HSV(B)224.47º38.29%87.06%-
XYZ35.935.3974.05-
YUV159.6163.21111.88-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.45%
GREEN value IS 159 (62.5% from 255) = 30.69%
BLUE value IS 222 (87.11% from 255) = 42.86%
R=26.45%
G=30.69%
B=42.86%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1371592220.380.2800.13224.4756.2970.39
Hex899FDE261C0De03846
Octal211237336463401534070106
Binary1000100110011111110111101001101110001101111000001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,159,222); }

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

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

 a { background-color: rgb(137,159,222); }

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

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

 span { border-color: rgb(137,159,222); }

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