#8F8CEA

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

Shades of Portage #8F8CEA

Tints of Portage #8F8CEA

Color information

#8F8CEA (or 0x8F8CEA) is unknown color: approx Portage. HEX triplet: 8F, 8C and EA. RGB value is (143,140,234). Sum of RGB (Red+Green+Blue) = 143+140+234=517 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.66% from 517); Green value is 140 (55.08% from 255 or 27.08% 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 #8F8CEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F8CEA is #707315. Grayscale: #979797. Windows color (decimal): -7369494 or 15371407. OLE color: 15371407.

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

Color convert

RGB143140234-
CMYK0.390.4000.08
HSL241.91º69.12%73.33%-
HSV(B)241.91º40.17%91.76%-
XYZ35.5630.5481.86-
YUV151.61174.49121.86-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1431402340.390.4000.08241.9169.1273.33
Hex8F8CEA272808f24549
Octal2172143524750010362105111
Binary100011111000110011101010100111101000010001111001010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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