#8F9FEA

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

Shades of Portage #8F9FEA

Tints of Portage #8F9FEA

Color information

#8F9FEA (or 0x8F9FEA) is unknown color: approx Portage. HEX triplet: 8F, 9F and EA. RGB value is (143,159,234). Sum of RGB (Red+Green+Blue) = 143+159+234=536 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.68% from 536); Green value is 159 (62.5% from 255 or 29.66% from 536); Blue value is 234 (91.80% from 255 or 43.66% from 536); Max value from RGB is 234 - color contains mainly: blue. Hex color #8F9FEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F9FEA is #706015. Grayscale: #A2A2A2. Windows color (decimal): -7364630 or 15376271. OLE color: 15376271.

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

Color convert

RGB143159234-
CMYK0.390.3200.08
HSL229.45º68.42%73.92%-
HSV(B)229.45º38.89%91.76%-
XYZ38.5836.5882.87-
YUV162.77168.2113.9-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.68%
GREEN value IS 159 (62.5% from 255) = 29.66%
BLUE value IS 234 (91.80% from 255) = 43.66%
R=26.68%
G=29.66%
B=43.66%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1431592340.390.3200.08229.4568.4273.92
Hex8F9FEA272008e5444a
Octal2172373524740010345104112
Binary100011111001111111101010100111100000010001110010110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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