#8F9DEA

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

Shades of Portage #8F9DEA

Tints of Portage #8F9DEA

Color information

#8F9DEA (or 0x8F9DEA) is unknown color: approx Portage. HEX triplet: 8F, 9D and EA. RGB value is (143,157,234). Sum of RGB (Red+Green+Blue) = 143+157+234=534 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.78% from 534); Green value is 157 (61.72% from 255 or 29.40% from 534); Blue value is 234 (91.80% from 255 or 43.82% from 534); Max value from RGB is 234 - color contains mainly: blue. Hex color #8F9DEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F9DEA is #706215. Grayscale: #A1A1A1. Windows color (decimal): -7365142 or 15375759. OLE color: 15375759.

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

Color convert

RGB143157234-
CMYK0.390.3300.08
HSL230.77º68.42%73.92%-
HSV(B)230.77º38.89%91.76%-
XYZ38.2435.8982.75-
YUV161.59168.86114.74-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.78%
GREEN value IS 157 (61.72% from 255) = 29.40%
BLUE value IS 234 (91.80% from 255) = 43.82%
R=26.78%
G=29.40%
B=43.82%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1431572340.390.3300.08230.7768.4273.92
Hex8F9DEA272108e7444a
Octal2172353524741010347104112
Binary100011111001110111101010100111100001010001110011110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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