#8F9CFF

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

Shades of Portage #8F9CFF

Tints of Portage #8F9CFF

Color information

#8F9CFF (or 0x8F9CFF) is unknown color: approx Portage. HEX triplet: 8F, 9C and FF. RGB value is (143,156,255). Sum of RGB (Red+Green+Blue) = 143+156+255=554 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.81% from 554); Green value is 156 (61.33% from 255 or 28.16% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #8F9CFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F9CFF is #706300. Grayscale: #A2A2A2. Windows color (decimal): -7365377 or 16751759. OLE color: 16751759.

HSL color Cylindrical-coordinate representation of color #8F9CFF: hue angle of 233.04º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8F9CFF is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB143156255-
CMYK0.440.3900
HSL233.04º100%78.04%-
HSV(B)233.04º43.92%100%-
XYZ41.2736.8499.54-
YUV163.4179.69113.45-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.81%
GREEN value IS 156 (61.33% from 255) = 28.16%
BLUE value IS 255 (100% from 255) = 46.03%
R=25.81%
G=28.16%
B=46.03%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1431562550.440.3900233.0410078.04
Hex8F9CFF2C2700e9644e
Octal217234377544700351144116
Binary100011111001110011111111101100100111001110100111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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