#8487EE

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

Shades of Portage #8487EE

Tints of Portage #8487EE

Color information

#8487EE (or 0x8487EE) is unknown color: approx Portage. HEX triplet: 84, 87 and EE. RGB value is (132,135,238). Sum of RGB (Red+Green+Blue) = 132+135+238=505 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.14% from 505); Green value is 135 (53.12% from 255 or 26.73% from 505); Blue value is 238 (93.36% from 255 or 47.13% from 505); Max value from RGB is 238 - color contains mainly: blue. Hex color #8487EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8487EE is #7B7811. Grayscale: #919191. Windows color (decimal): -8091666 or 15632260. OLE color: 15632260.

HSL color Cylindrical-coordinate representation of color #8487EE: hue angle of 238.3º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8487EE is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB132135238-
CMYK0.450.4300.07
HSL238.3º75.71%72.55%-
HSV(B)238.3º44.54%93.33%-
XYZ33.6128.4184.6-
YUV145.84180.01118.12-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.14%
GREEN value IS 135 (53.12% from 255) = 26.73%
BLUE value IS 238 (93.36% from 255) = 47.13%
R=26.14%
G=26.73%
B=47.13%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1321352380.450.4300.07238.375.7172.55
Hex8487EE2D2B07ee4c49
Octal204207356555307356114111
Binary10000100100001111110111010110110101101111110111010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8487EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,135,238); }

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

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

 a { background-color: rgb(132,135,238); }

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

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

 span { border-color: rgb(132,135,238); }

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