#8f8ce5

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

Shades of Portage #8F8CE5

Tints of Portage #8F8CE5

Color information

#8F8CE5 (or 0x8F8CE5) is unknown color: approx Portage. HEX triplet: 8F, 8C and E5. RGB value is (143,140,229). Sum of RGB (Red+Green+Blue) = 143+140+229=512 (67% of max value = 765). Red value is 143 (56.25% from 255 or 27.93% from 512); Green value is 140 (55.08% from 255 or 27.34% from 512); Blue value is 229 (89.84% from 255 or 44.73% from 512); Max value from RGB is 229 - color contains mainly: blue. Hex color #8F8CE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F8CE5 is #70731A. Grayscale: #969696. Windows color (decimal): -7369499 or 15043727. OLE color: 15043727.

HSL color Cylindrical-coordinate representation of color #8F8CE5: hue angle of 242.02º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8F8CE5 is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB143140229-
CMYK0.380.3900.10
HSL242.02º63.12%72.35%-
HSV(B)242.02º38.86%89.8%-
XYZ34.8530.2578.13-
YUV151.04171.99122.26-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.93%
GREEN value IS 140 (55.08% from 255) = 27.34%
BLUE value IS 229 (89.84% from 255) = 44.73%
R=27.93%
G=27.34%
B=44.73%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1431402290.380.3900.10242.0263.1272.35
Hex8F8CE526270Af23f48
Octal217214345464701236277110
Binary10001111100011001110010110011010011101010111100101111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8f8ce5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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