#8994EE

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

Shades of Portage #8994EE

Tints of Portage #8994EE

Color information

#8994EE (or 0x8994EE) is unknown color: approx Portage. HEX triplet: 89, 94 and EE. RGB value is (137,148,238). Sum of RGB (Red+Green+Blue) = 137+148+238=523 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.20% from 523); Green value is 148 (58.20% from 255 or 28.30% from 523); Blue value is 238 (93.36% from 255 or 45.51% from 523); Max value from RGB is 238 - color contains mainly: blue. Hex color #8994EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8994EE is #766B11. Grayscale: #9A9A9A. Windows color (decimal): -7760658 or 15635593. OLE color: 15635593.

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

Color convert

RGB137148238-
CMYK0.420.3800.07
HSL233.47º74.81%73.53%-
HSV(B)233.47º42.44%93.33%-
XYZ36.3432.6785.28-
YUV154.97174.86115.18-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.20%
GREEN value IS 148 (58.20% from 255) = 28.30%
BLUE value IS 238 (93.36% from 255) = 45.51%
R=26.20%
G=28.30%
B=45.51%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1371482380.420.3800.07233.4774.8173.53
Hex8994EE2A2607e94b4a
Octal211224356524607351113112
Binary10001001100101001110111010101010011001111110100110010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8994EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8994EE; }

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

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

<style>
 a { background-color: #8994EE; }

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

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

<style>
 span { border-color: #8994EE; }

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

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