#8F9EDD

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

Shades of Portage #8F9EDD

Tints of Portage #8F9EDD

Color information

#8F9EDD (or 0x8F9EDD) is unknown color: approx Portage. HEX triplet: 8F, 9E and DD. RGB value is (143,158,221). Sum of RGB (Red+Green+Blue) = 143+158+221=522 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.39% from 522); Green value is 158 (62.11% from 255 or 30.27% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #8F9EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9EDD is #706122. Grayscale: #A0A0A0. Windows color (decimal): -7364899 or 14524047. OLE color: 14524047.

HSL color Cylindrical-coordinate representation of color #8F9EDD: hue angle of 228.46º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8F9EDD is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB143158221-
CMYK0.350.2900.13
HSL228.46º53.42%71.37%-
HSV(B)228.46º35.29%86.67%-
XYZ36.6135.5173.33-
YUV160.7162.03115.38-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.39%
GREEN value IS 158 (62.11% from 255) = 30.27%
BLUE value IS 221 (86.72% from 255) = 42.34%
R=27.39%
G=30.27%
B=42.34%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1431582210.350.2900.13228.4653.4271.37
Hex8F9EDD231D0De43547
Octal217236335433501534465107
Binary1000111110011110110111011000111110101101111001001101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,158,221); }

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

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

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

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

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

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

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