#8F8FEA

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

Shades of Portage #8F8FEA

Tints of Portage #8F8FEA

Color information

#8F8FEA (or 0x8F8FEA) is unknown color: approx Portage. HEX triplet: 8F, 8F and EA. RGB value is (143,143,234). Sum of RGB (Red+Green+Blue) = 143+143+234=520 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.5% from 520); Green value is 143 (56.25% from 255 or 27.5% from 520); Blue value is 234 (91.80% from 255 or 45% from 520); Max value from RGB is 234 - color contains mainly: blue. Hex color #8F8FEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F8FEA is #707015. Grayscale: #999999. Windows color (decimal): -7368726 or 15372175. OLE color: 15372175.

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

Color convert

RGB143143234-
CMYK0.390.3900.08
HSL240º68.42%73.92%-
HSV(B)240º38.89%91.76%-
XYZ3631.4382.01-
YUV153.37173.5120.6-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.5%
GREEN value IS 143 (56.25% from 255) = 27.5%
BLUE value IS 234 (91.80% from 255) = 45%
R=27.5%
G=27.5%
B=45%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1431432340.390.3900.0824068.4273.92
Hex8F8FEA272708f0444a
Octal2172173524747010360104112
Binary100011111000111111101010100111100111010001111000010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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