#8F9ECA

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

Shades of Portage #8F9ECA

Tints of Portage #8F9ECA

Color information

#8F9ECA (or 0x8F9ECA) is unknown color: approx Portage. HEX triplet: 8F, 9E and CA. RGB value is (143,158,202). Sum of RGB (Red+Green+Blue) = 143+158+202=503 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.43% from 503); Green value is 158 (62.11% from 255 or 31.41% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 202 - color contains mainly: blue. Hex color #8F9ECA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9ECA is #706135. Grayscale: #9E9E9E. Windows color (decimal): -7364918 or 13278863. OLE color: 13278863.

HSL color Cylindrical-coordinate representation of color #8F9ECA: hue angle of 224.75º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8F9ECA is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB143158202-
CMYK0.290.2200.21
HSL224.75º35.76%67.65%-
HSV(B)224.75º29.21%79.22%-
XYZ34.2234.5660.74-
YUV158.53152.53116.92-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.43%
GREEN value IS 158 (62.11% from 255) = 31.41%
BLUE value IS 202 (79.30% from 255) = 40.16%
R=28.43%
G=31.41%
B=40.16%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1431582020.290.2200.21224.7535.7667.65
Hex8F9ECA1D16015e12444
Octal217236312352602534144104
Binary1000111110011110110010101110110110010101111000011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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