#8C8EEA

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

Shades of Portage #8C8EEA

Tints of Portage #8C8EEA

Color information

#8C8EEA (or 0x8C8EEA) is unknown color: approx Portage. HEX triplet: 8C, 8E and EA. RGB value is (140,142,234). Sum of RGB (Red+Green+Blue) = 140+142+234=516 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.13% from 516); Green value is 142 (55.86% from 255 or 27.52% from 516); Blue value is 234 (91.80% from 255 or 45.35% from 516); Max value from RGB is 234 - color contains mainly: blue. Hex color #8C8EEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C8EEA is #737115. Grayscale: #979797. Windows color (decimal): -7565590 or 15371916. OLE color: 15371916.

HSL color Cylindrical-coordinate representation of color #8C8EEA: hue angle of 238.72º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8C8EEA is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB140142234-
CMYK0.400.3900.08
HSL238.72º69.12%73.33%-
HSV(B)238.72º40.17%91.76%-
XYZ35.3430.8681.94-
YUV151.89174.34119.52-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.13%
GREEN value IS 142 (55.86% from 255) = 27.52%
BLUE value IS 234 (91.80% from 255) = 45.35%
R=27.13%
G=27.52%
B=45.35%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1401422340.400.3900.08238.7269.1273.33
Hex8C8EEA282708ef4549
Octal2142163525047010357105111
Binary100011001000111011101010101000100111010001110111110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,142,234); }

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

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

 a { background-color: rgb(140,142,234); }

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

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

 span { border-color: rgb(140,142,234); }

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