#8F9AFC

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

Shades of Portage #8F9AFC

Tints of Portage #8F9AFC

Color information

#8F9AFC (or 0x8F9AFC) is unknown color: approx Portage. HEX triplet: 8F, 9A and FC. RGB value is (143,154,252). Sum of RGB (Red+Green+Blue) = 143+154+252=549 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.05% from 549); Green value is 154 (60.55% from 255 or 28.05% from 549); Blue value is 252 (98.83% from 255 or 45.90% from 549); Max value from RGB is 252 - color contains mainly: blue. Hex color #8F9AFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F9AFC is #706503. Grayscale: #A1A1A1. Windows color (decimal): -7365892 or 16554639. OLE color: 16554639.

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

Color convert

RGB143154252-
CMYK0.430.3900.01
HSL233.94º94.78%77.45%-
HSV(B)233.94º43.25%98.82%-
XYZ40.4535.9896.91-
YUV161.88178.86114.53-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.05%
GREEN value IS 154 (60.55% from 255) = 28.05%
BLUE value IS 252 (98.83% from 255) = 45.90%
R=26.05%
G=28.05%
B=45.90%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1431542520.430.3900.01233.9494.7877.45
Hex8F9AFC2B2701ea5f4d
Octal217232374534701352137115
Binary100011111001101011111100101011100111011110101010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9AFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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