#898DEA

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

Shades of Portage #898DEA

Tints of Portage #898DEA

Color information

#898DEA (or 0x898DEA) is unknown color: approx Portage. HEX triplet: 89, 8D and EA. RGB value is (137,141,234). Sum of RGB (Red+Green+Blue) = 137+141+234=512 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.76% from 512); Green value is 141 (55.47% from 255 or 27.54% from 512); Blue value is 234 (91.80% from 255 or 45.70% from 512); Max value from RGB is 234 - color contains mainly: blue. Hex color #898DEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #898DEA is #767215. Grayscale: #969696. Windows color (decimal): -7762454 or 15371657. OLE color: 15371657.

HSL color Cylindrical-coordinate representation of color #898DEA: hue angle of 237.53º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #898DEA is Cyan = 0.41, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB137141234-
CMYK0.410.4000.08
HSL237.53º69.78%72.75%-
HSV(B)237.53º41.45%91.76%-
XYZ34.6930.3181.86-
YUV150.41175.17118.44-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.76%
GREEN value IS 141 (55.47% from 255) = 27.54%
BLUE value IS 234 (91.80% from 255) = 45.70%
R=26.76%
G=27.54%
B=45.70%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1371412340.410.4000.08237.5369.7872.75
Hex898DEA292808ee4649
Octal2112153525150010356106111
Binary100010011000110111101010101001101000010001110111010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,141,234); }

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

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

 a { background-color: rgb(137,141,234); }

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

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

 span { border-color: rgb(137,141,234); }

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