#899AED

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

Shades of Portage #899AED

Tints of Portage #899AED

Color information

#899AED (or 0x899AED) is unknown color: approx Portage. HEX triplet: 89, 9A and ED. RGB value is (137,154,237). Sum of RGB (Red+Green+Blue) = 137+154+237=528 (69% of max value = 765). Red value is 137 (53.91% from 255 or 25.95% from 528); Green value is 154 (60.55% from 255 or 29.17% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 237 - color contains mainly: blue. Hex color #899AED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #899AED is #766512. Grayscale: #9E9E9E. Windows color (decimal): -7759123 or 15571593. OLE color: 15571593.

HSL color Cylindrical-coordinate representation of color #899AED: hue angle of 229.8º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #899AED is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB137154237-
CMYK0.420.3500.07
HSL229.8º73.53%73.33%-
HSV(B)229.8º42.19%92.94%-
XYZ37.1634.5484.83-
YUV158.38172.37112.75-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.95%
GREEN value IS 154 (60.55% from 255) = 29.17%
BLUE value IS 237 (92.97% from 255) = 44.89%
R=25.95%
G=29.17%
B=44.89%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1371542370.420.3500.07229.873.5373.33
Hex899AED2A2307e64a49
Octal211232355524307346112111
Binary10001001100110101110110110101010001101111110011010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,154,237); }

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

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

 a { background-color: rgb(137,154,237); }

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

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

 span { border-color: rgb(137,154,237); }

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