#8F93FA

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

Shades of Portage #8F93FA

Tints of Portage #8F93FA

Color information

#8F93FA (or 0x8F93FA) is unknown color: approx Portage. HEX triplet: 8F, 93 and FA. RGB value is (143,147,250). Sum of RGB (Red+Green+Blue) = 143+147+250=540 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.48% from 540); Green value is 147 (57.81% from 255 or 27.22% from 540); Blue value is 250 (98.05% from 255 or 46.30% from 540); Max value from RGB is 250 - color contains mainly: blue. Hex color #8F93FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F93FA is #706C05. Grayscale: #9D9D9D. Windows color (decimal): -7367686 or 16421775. OLE color: 16421775.

HSL color Cylindrical-coordinate representation of color #8F93FA: hue angle of 237.76º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8F93FA is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB143147250-
CMYK0.430.4100.02
HSL237.76º91.45%77.06%-
HSV(B)237.76º42.8%98.04%-
XYZ39.0233.6194.87-
YUV157.55180.17117.62-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.48%
GREEN value IS 147 (57.81% from 255) = 27.22%
BLUE value IS 250 (98.05% from 255) = 46.30%
R=26.48%
G=27.22%
B=46.30%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1431472500.430.4100.02237.7691.4577.06
Hex8F93FA2B2902ee5b4d
Octal217223372535102356133115
Binary1000111110010011111110101010111010010101110111010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F93FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,147,250); }

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

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

 a { background-color: rgb(143,147,250); }

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

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

 span { border-color: rgb(143,147,250); }

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