#8D92EC

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

Shades of Portage #8D92EC

Tints of Portage #8D92EC

Color information

#8D92EC (or 0x8D92EC) is unknown color: approx Portage. HEX triplet: 8D, 92 and EC. RGB value is (141,146,236). Sum of RGB (Red+Green+Blue) = 141+146+236=523 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.96% from 523); Green value is 146 (57.42% from 255 or 27.92% from 523); Blue value is 236 (92.58% from 255 or 45.12% from 523); Max value from RGB is 236 - color contains mainly: blue. Hex color #8D92EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D92EC is #726D13. Grayscale: #9A9A9A. Windows color (decimal): -7499028 or 15504013. OLE color: 15504013.

HSL color Cylindrical-coordinate representation of color #8D92EC: hue angle of 236.84º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8D92EC is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB141146236-
CMYK0.400.3800.07
HSL236.84º71.43%73.92%-
HSV(B)236.84º40.25%92.55%-
XYZ36.432.2883.67-
YUV154.76173.84118.18-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.96%
GREEN value IS 146 (57.42% from 255) = 27.92%
BLUE value IS 236 (92.58% from 255) = 45.12%
R=26.96%
G=27.92%
B=45.12%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1411462360.400.3800.07236.8471.4373.92
Hex8D92EC282607ed474a
Octal215222354504607355107112
Binary10001101100100101110110010100010011001111110110110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D92EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D92EC; }

 p { color: rgb(141,146,236); }

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

<style>
 a { background-color: #8D92EC; }

 a { background-color: rgb(141,146,236); }

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

<style>
 span { border-color: #8D92EC; }

 span { border-color: rgb(141,146,236); }

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