#898AED

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

Shades of Portage #898AED

Tints of Portage #898AED

Color information

#898AED (or 0x898AED) is unknown color: approx Portage. HEX triplet: 89, 8A and ED. RGB value is (137,138,237). Sum of RGB (Red+Green+Blue) = 137+138+237=512 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.76% from 512); Green value is 138 (54.30% from 255 or 26.95% from 512); Blue value is 237 (92.97% from 255 or 46.29% from 512); Max value from RGB is 237 - color contains mainly: blue. Hex color #898AED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #898AED is #767512. Grayscale: #949494. Windows color (decimal): -7763219 or 15567497. OLE color: 15567497.

HSL color Cylindrical-coordinate representation of color #898AED: hue angle of 239.4º 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 #898AED is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB137138237-
CMYK0.420.4200.07
HSL239.4º73.53%73.33%-
HSV(B)239.4º42.19%92.94%-
XYZ34.6929.6184.01-
YUV148.99177.67119.45-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.76%
GREEN value IS 138 (54.30% from 255) = 26.95%
BLUE value IS 237 (92.97% from 255) = 46.29%
R=26.76%
G=26.95%
B=46.29%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1371382370.420.4200.07239.473.5373.33
Hex898AED2A2A07ef4a49
Octal211212355525207357112111
Binary10001001100010101110110110101010101001111110111110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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