#8F94FE

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

Shades of Portage #8F94FE

Tints of Portage #8F94FE

Color information

#8F94FE (or 0x8F94FE) is unknown color: approx Portage. HEX triplet: 8F, 94 and FE. RGB value is (143,148,254). Sum of RGB (Red+Green+Blue) = 143+148+254=545 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.24% from 545); Green value is 148 (58.20% from 255 or 27.16% from 545); Blue value is 254 (99.61% from 255 or 46.61% from 545); Max value from RGB is 254 - color contains mainly: blue. Hex color #8F94FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F94FE is #706B01. Grayscale: #9E9E9E. Windows color (decimal): -7367426 or 16684175. OLE color: 16684175.

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

Color convert

RGB143148254-
CMYK0.440.4200.00
HSL237.3º98.23%77.84%-
HSV(B)237.3º43.7%99.61%-
XYZ39.8134.1898.26-
YUV158.59181.84116.88-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.24%
GREEN value IS 148 (58.20% from 255) = 27.16%
BLUE value IS 254 (99.61% from 255) = 46.61%
R=26.24%
G=27.16%
B=46.61%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1431482540.440.4200.00237.398.2377.84
Hex8F94FE2C2A00ed624e
Octal217224376545200355142116
Binary100011111001010011111110101100101010001110110111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F94FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,148,254); }

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

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

 a { background-color: rgb(143,148,254); }

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

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

 span { border-color: rgb(143,148,254); }

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