#8F94FA

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

Shades of Portage #8F94FA

Tints of Portage #8F94FA

Color information

#8F94FA (or 0x8F94FA) is unknown color: approx Portage. HEX triplet: 8F, 94 and FA. RGB value is (143,148,250). Sum of RGB (Red+Green+Blue) = 143+148+250=541 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.43% from 541); Green value is 148 (58.20% from 255 or 27.36% from 541); Blue value is 250 (98.05% from 255 or 46.21% from 541); Max value from RGB is 250 - color contains mainly: blue. Hex color #8F94FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F94FA is #706B05. Grayscale: #9D9D9D. Windows color (decimal): -7367430 or 16422031. OLE color: 16422031.

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

Color convert

RGB143148250-
CMYK0.430.4100.02
HSL237.2º91.45%77.06%-
HSV(B)237.2º42.8%98.04%-
XYZ39.1733.9294.93-
YUV158.13179.84117.21-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.43%
GREEN value IS 148 (58.20% from 255) = 27.36%
BLUE value IS 250 (98.05% from 255) = 46.21%
R=26.43%
G=27.36%
B=46.21%

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
Decimal1431482500.430.4100.02237.291.4577.06
Hex8F94FA2B2902ed5b4d
Octal217224372535102355133115
Binary1000111110010100111110101010111010010101110110110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F94FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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