#898BEE

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

Shades of Portage #898BEE

Tints of Portage #898BEE

Color information

#898BEE (or 0x898BEE) is unknown color: approx Portage. HEX triplet: 89, 8B and EE. RGB value is (137,139,238). Sum of RGB (Red+Green+Blue) = 137+139+238=514 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.65% from 514); Green value is 139 (54.69% from 255 or 27.04% from 514); Blue value is 238 (93.36% from 255 or 46.30% from 514); Max value from RGB is 238 - color contains mainly: blue. Hex color #898BEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #898BEE is #767411. Grayscale: #959595. Windows color (decimal): -7762962 or 15633289. OLE color: 15633289.

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

Color convert

RGB137139238-
CMYK0.420.4200.07
HSL238.81º74.81%73.53%-
HSV(B)238.81º42.44%93.33%-
XYZ34.9829.9684.83-
YUV149.69177.84118.95-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.65%
GREEN value IS 139 (54.69% from 255) = 27.04%
BLUE value IS 238 (93.36% from 255) = 46.30%
R=26.65%
G=27.04%
B=46.30%

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
Decimal1371392380.420.4200.07238.8174.8173.53
Hex898BEE2A2A07ef4b4a
Octal211213356525207357113112
Binary10001001100010111110111010101010101001111110111110010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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