#8F9CF8

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

Shades of Portage #8F9CF8

Tints of Portage #8F9CF8

Color information

#8F9CF8 (or 0x8F9CF8) is unknown color: approx Portage. HEX triplet: 8F, 9C and F8. RGB value is (143,156,248). Sum of RGB (Red+Green+Blue) = 143+156+248=547 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.14% from 547); Green value is 156 (61.33% from 255 or 28.52% from 547); Blue value is 248 (97.27% from 255 or 45.34% from 547); Max value from RGB is 248 - color contains mainly: blue. Hex color #8F9CF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F9CF8 is #706307. Grayscale: #A2A2A2. Windows color (decimal): -7365384 or 16293007. OLE color: 16293007.

HSL color Cylindrical-coordinate representation of color #8F9CF8: hue angle of 232.57º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8F9CF8 is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB143156248-
CMYK0.420.3700.03
HSL232.57º88.24%76.67%-
HSV(B)232.57º42.34%97.25%-
XYZ40.1636.3993.72-
YUV162.6176.19114.02-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.14%
GREEN value IS 156 (61.33% from 255) = 28.52%
BLUE value IS 248 (97.27% from 255) = 45.34%
R=26.14%
G=28.52%
B=45.34%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1431562480.420.3700.03232.5788.2476.67
Hex8F9CF82A2503e9584d
Octal217234370524503351130115
Binary1000111110011100111110001010101001010111110100110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9CF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,156,248); }

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

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

 a { background-color: rgb(143,156,248); }

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

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

 span { border-color: rgb(143,156,248); }

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