#8F9BFC

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

Shades of Portage #8F9BFC

Tints of Portage #8F9BFC

Color information

#8F9BFC (or 0x8F9BFC) is unknown color: approx Portage. HEX triplet: 8F, 9B and FC. RGB value is (143,155,252). Sum of RGB (Red+Green+Blue) = 143+155+252=550 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26% from 550); Green value is 155 (60.94% from 255 or 28.18% from 550); Blue value is 252 (98.83% from 255 or 45.82% from 550); Max value from RGB is 252 - color contains mainly: blue. Hex color #8F9BFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F9BFC is #706403. Grayscale: #A2A2A2. Windows color (decimal): -7365636 or 16554895. OLE color: 16554895.

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

Color convert

RGB143155252-
CMYK0.430.3800.01
HSL233.39º94.78%77.45%-
HSV(B)233.39º43.25%98.82%-
XYZ40.6236.3196.96-
YUV162.47178.52114.11-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26%
GREEN value IS 155 (60.94% from 255) = 28.18%
BLUE value IS 252 (98.83% from 255) = 45.82%
R=26%
G=28.18%
B=45.82%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1431552520.430.3800.01233.3994.7877.45
Hex8F9BFC2B2601e95f4d
Octal217233374534601351137115
Binary100011111001101111111100101011100110011110100110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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