#8F98FC

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

Shades of Portage #8F98FC

Tints of Portage #8F98FC

Color information

#8F98FC (or 0x8F98FC) is unknown color: approx Portage. HEX triplet: 8F, 98 and FC. RGB value is (143,152,252). Sum of RGB (Red+Green+Blue) = 143+152+252=547 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.14% from 547); Green value is 152 (59.77% from 255 or 27.79% from 547); Blue value is 252 (98.83% from 255 or 46.07% from 547); Max value from RGB is 252 - color contains mainly: blue. Hex color #8F98FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F98FC is #706703. Grayscale: #A0A0A0. Windows color (decimal): -7366404 or 16554127. OLE color: 16554127.

HSL color Cylindrical-coordinate representation of color #8F98FC: hue angle of 235.05º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8F98FC is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB143152252-
CMYK0.430.4000.01
HSL235.05º94.78%77.45%-
HSV(B)235.05º43.25%98.82%-
XYZ40.1335.3296.8-
YUV160.71179.52115.37-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.14%
GREEN value IS 152 (59.77% from 255) = 27.79%
BLUE value IS 252 (98.83% from 255) = 46.07%
R=26.14%
G=27.79%
B=46.07%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1431522520.430.4000.01235.0594.7877.45
Hex8F98FC2B2801eb5f4d
Octal217230374535001353137115
Binary100011111001100011111100101011101000011110101110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F98FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,152,252); }

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

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

 a { background-color: rgb(143,152,252); }

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

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

 span { border-color: rgb(143,152,252); }

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