#898FEE

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

Shades of Portage #898FEE

Tints of Portage #898FEE

Color information

#898FEE (or 0x898FEE) is unknown color: approx Portage. HEX triplet: 89, 8F and EE. RGB value is (137,143,238). Sum of RGB (Red+Green+Blue) = 137+143+238=518 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.45% from 518); Green value is 143 (56.25% from 255 or 27.61% from 518); Blue value is 238 (93.36% from 255 or 45.95% from 518); Max value from RGB is 238 - color contains mainly: blue. Hex color #898FEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #898FEE is #767011. Grayscale: #979797. Windows color (decimal): -7761938 or 15634313. OLE color: 15634313.

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

Color convert

RGB137143238-
CMYK0.420.4000.07
HSL236.44º74.81%73.53%-
HSV(B)236.44º42.44%93.33%-
XYZ35.5731.1485.02-
YUV152.04176.51117.28-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.45%
GREEN value IS 143 (56.25% from 255) = 27.61%
BLUE value IS 238 (93.36% from 255) = 45.95%
R=26.45%
G=27.61%
B=45.95%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1371432380.420.4000.07236.4474.8173.53
Hex898FEE2A2807ec4b4a
Octal211217356525007354113112
Binary10001001100011111110111010101010100001111110110010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,143,238); }

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

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

 a { background-color: rgb(137,143,238); }

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

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

 span { border-color: rgb(137,143,238); }

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