#898DE4

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

Shades of Portage #898DE4

Tints of Portage #898DE4

Color information

#898DE4 (or 0x898DE4) is unknown color: approx Portage. HEX triplet: 89, 8D and E4. RGB value is (137,141,228). Sum of RGB (Red+Green+Blue) = 137+141+228=506 (67% of max value = 765). Red value is 137 (53.91% from 255 or 27.08% from 506); Green value is 141 (55.47% from 255 or 27.87% from 506); Blue value is 228 (89.45% from 255 or 45.06% from 506); Max value from RGB is 228 - color contains mainly: blue. Hex color #898DE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898DE4 is #76721B. Grayscale: #959595. Windows color (decimal): -7762460 or 14978441. OLE color: 14978441.

HSL color Cylindrical-coordinate representation of color #898DE4: hue angle of 237.36º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #898DE4 is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB137141228-
CMYK0.400.3800.11
HSL237.36º62.76%71.57%-
HSV(B)237.36º39.91%89.41%-
XYZ33.8429.9777.4-
YUV149.72172.17118.93-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.08%
GREEN value IS 141 (55.47% from 255) = 27.87%
BLUE value IS 228 (89.45% from 255) = 45.06%
R=27.08%
G=27.87%
B=45.06%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1371412280.400.3800.11237.3662.7671.57
Hex898DE428260Bed3f48
Octal211215344504601335577110
Binary10001001100011011110010010100010011001011111011011111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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