#899CE3

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

Shades of Portage #899CE3

Tints of Portage #899CE3

Color information

#899CE3 (or 0x899CE3) is unknown color: approx Portage. HEX triplet: 89, 9C and E3. RGB value is (137,156,227). Sum of RGB (Red+Green+Blue) = 137+156+227=520 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.35% from 520); Green value is 156 (61.33% from 255 or 30% from 520); Blue value is 227 (89.06% from 255 or 43.65% from 520); Max value from RGB is 227 - color contains mainly: blue. Hex color #899CE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899CE3 is #76631C. Grayscale: #9E9E9E. Windows color (decimal): -7758621 or 14916745. OLE color: 14916745.

HSL color Cylindrical-coordinate representation of color #899CE3: hue angle of 227.33º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #899CE3 is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB137156227-
CMYK0.400.3100.11
HSL227.33º61.64%71.37%-
HSV(B)227.33º39.65%89.02%-
XYZ36.0734.6477.46-
YUV158.41166.71112.73-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.35%
GREEN value IS 156 (61.33% from 255) = 30%
BLUE value IS 227 (89.06% from 255) = 43.65%
R=26.35%
G=30%
B=43.65%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1371562270.400.3100.11227.3361.6471.37
Hex899CE3281F0Be33e47
Octal211234343503701334376107
Binary1000100110011100111000111010001111101011111000111111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899CE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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