#8F9FCF

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

Shades of Portage #8F9FCF

Tints of Portage #8F9FCF

Color information

#8F9FCF (or 0x8F9FCF) is unknown color: approx Portage. HEX triplet: 8F, 9F and CF. RGB value is (143,159,207). Sum of RGB (Red+Green+Blue) = 143+159+207=509 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.09% from 509); Green value is 159 (62.5% from 255 or 31.24% from 509); Blue value is 207 (81.25% from 255 or 40.67% from 509); Max value from RGB is 207 - color contains mainly: blue. Hex color #8F9FCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9FCF is #706030. Grayscale: #9F9F9F. Windows color (decimal): -7364657 or 13606799. OLE color: 13606799.

HSL color Cylindrical-coordinate representation of color #8F9FCF: hue angle of 225º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8F9FCF is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB143159207-
CMYK0.310.2300.19
HSL225º40%68.63%-
HSV(B)225º30.92%81.18%-
XYZ34.9935.1463.97-
YUV159.69154.7116.1-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.09%
GREEN value IS 159 (62.5% from 255) = 31.24%
BLUE value IS 207 (81.25% from 255) = 40.67%
R=28.09%
G=31.24%
B=40.67%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1431592070.310.2300.192254068.63
Hex8F9FCF1F17013e12845
Octal217237317372702334150105
Binary1000111110011111110011111111110111010011111000011010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,159,207); }

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

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

 a { background-color: rgb(143,159,207); }

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

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

 span { border-color: rgb(143,159,207); }

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