#8F8CED

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

Shades of Portage #8F8CED

Tints of Portage #8F8CED

Color information

#8F8CED (or 0x8F8CED) is unknown color: approx Portage. HEX triplet: 8F, 8C and ED. RGB value is (143,140,237). Sum of RGB (Red+Green+Blue) = 143+140+237=520 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.5% from 520); Green value is 140 (55.08% from 255 or 26.92% from 520); Blue value is 237 (92.97% from 255 or 45.58% from 520); Max value from RGB is 237 - color contains mainly: blue. Hex color #8F8CED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F8CED is #707312. Grayscale: #979797. Windows color (decimal): -7369491 or 15568015. OLE color: 15568015.

HSL color Cylindrical-coordinate representation of color #8F8CED: hue angle of 241.86º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8F8CED is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB143140237-
CMYK0.400.4100.07
HSL241.86º72.93%73.92%-
HSV(B)241.86º40.93%92.94%-
XYZ35.9930.7184.15-
YUV151.95175.99121.61-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.5%
GREEN value IS 140 (55.08% from 255) = 26.92%
BLUE value IS 237 (92.97% from 255) = 45.58%
R=27.5%
G=26.92%
B=45.58%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1431402370.400.4100.07241.8672.9373.92
Hex8F8CED282907f2494a
Octal217214355505107362111112
Binary10001111100011001110110110100010100101111111001010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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