#8F97FF

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

Shades of Portage #8F97FF

Tints of Portage #8F97FF

Color information

#8F97FF (or 0x8F97FF) is unknown color: approx Portage. HEX triplet: 8F, 97 and FF. RGB value is (143,151,255). Sum of RGB (Red+Green+Blue) = 143+151+255=549 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.05% from 549); Green value is 151 (59.38% from 255 or 27.50% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #8F97FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F97FF is #706800. Grayscale: #A0A0A0. Windows color (decimal): -7366657 or 16750479. OLE color: 16750479.

HSL color Cylindrical-coordinate representation of color #8F97FF: hue angle of 235.71º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8F97FF is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB143151255-
CMYK0.440.4100
HSL235.71º100%78.04%-
HSV(B)235.71º43.92%100%-
XYZ40.4435.1999.27-
YUV160.46181.35115.54-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.05%
GREEN value IS 151 (59.38% from 255) = 27.50%
BLUE value IS 255 (100% from 255) = 46.45%
R=26.05%
G=27.50%
B=46.45%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1431512550.440.4100235.7110078.04
Hex8F97FF2C2900ec644e
Octal217227377545100354144116
Binary100011111001011111111111101100101001001110110011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F97FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,151,255); }

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

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

 a { background-color: rgb(143,151,255); }

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

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

 span { border-color: rgb(143,151,255); }

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