#8F98EC

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

Shades of Portage #8F98EC

Tints of Portage #8F98EC

Color information

#8F98EC (or 0x8F98EC) is unknown color: approx Portage. HEX triplet: 8F, 98 and EC. RGB value is (143,152,236). Sum of RGB (Red+Green+Blue) = 143+152+236=531 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.93% from 531); Green value is 152 (59.77% from 255 or 28.63% from 531); Blue value is 236 (92.58% from 255 or 44.44% from 531); Max value from RGB is 236 - color contains mainly: blue. Hex color #8F98EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F98EC is #706713. Grayscale: #9E9E9E. Windows color (decimal): -7366420 or 15505551. OLE color: 15505551.

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

Color convert

RGB143152236-
CMYK0.390.3600.07
HSL234.19º70.99%74.31%-
HSV(B)234.19º39.41%92.55%-
XYZ37.734.3584-
YUV158.88171.52116.67-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.93%
GREEN value IS 152 (59.77% from 255) = 28.63%
BLUE value IS 236 (92.58% from 255) = 44.44%
R=26.93%
G=28.63%
B=44.44%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1431522360.390.3600.07234.1970.9974.31
Hex8F98EC272407ea474a
Octal217230354474407352107112
Binary10001111100110001110110010011110010001111110101010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F98EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,152,236); }

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

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

 a { background-color: rgb(143,152,236); }

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

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

 span { border-color: rgb(143,152,236); }

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