#8C8FEA

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

Shades of Portage #8C8FEA

Tints of Portage #8C8FEA

Color information

#8C8FEA (or 0x8C8FEA) is unknown color: approx Portage. HEX triplet: 8C, 8F and EA. RGB value is (140,143,234). Sum of RGB (Red+Green+Blue) = 140+143+234=517 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.08% from 517); Green value is 143 (56.25% from 255 or 27.66% from 517); Blue value is 234 (91.80% from 255 or 45.26% from 517); Max value from RGB is 234 - color contains mainly: blue. Hex color #8C8FEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C8FEA is #737015. Grayscale: #989898. Windows color (decimal): -7565334 or 15372172. OLE color: 15372172.

HSL color Cylindrical-coordinate representation of color #8C8FEA: hue angle of 238.09º 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 #8C8FEA is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB140143234-
CMYK0.400.3900.08
HSL238.09º69.12%73.33%-
HSV(B)238.09º40.17%91.76%-
XYZ35.4931.1681.99-
YUV152.48174.01119.1-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.08%
GREEN value IS 143 (56.25% from 255) = 27.66%
BLUE value IS 234 (91.80% from 255) = 45.26%
R=27.08%
G=27.66%
B=45.26%

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
Decimal1401432340.400.3900.08238.0969.1273.33
Hex8C8FEA282708ee4549
Octal2142173525047010356105111
Binary100011001000111111101010101000100111010001110111010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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