#8F92FA

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

Shades of Portage #8F92FA

Tints of Portage #8F92FA

Color information

#8F92FA (or 0x8F92FA) is unknown color: approx Portage. HEX triplet: 8F, 92 and FA. RGB value is (143,146,250). Sum of RGB (Red+Green+Blue) = 143+146+250=539 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.53% from 539); Green value is 146 (57.42% from 255 or 27.09% from 539); Blue value is 250 (98.05% from 255 or 46.38% from 539); Max value from RGB is 250 - color contains mainly: blue. Hex color #8F92FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F92FA is #706D05. Grayscale: #9C9C9C. Windows color (decimal): -7367942 or 16421519. OLE color: 16421519.

HSL color Cylindrical-coordinate representation of color #8F92FA: hue angle of 238.32º 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 #8F92FA is Cyan = 0.43, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB143146250-
CMYK0.430.4200.02
HSL238.32º91.45%77.06%-
HSV(B)238.32º42.8%98.04%-
XYZ38.8633.394.82-
YUV156.96180.51118.04-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.53%
GREEN value IS 146 (57.42% from 255) = 27.09%
BLUE value IS 250 (98.05% from 255) = 46.38%
R=26.53%
G=27.09%
B=46.38%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1431462500.430.4200.02238.3291.4577.06
Hex8F92FA2B2A02ee5b4d
Octal217222372535202356133115
Binary1000111110010010111110101010111010100101110111010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F92FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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