#8F9DFF

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

Shades of Portage #8F9DFF

Tints of Portage #8F9DFF

Color information

#8F9DFF (or 0x8F9DFF) is unknown color: approx Portage. HEX triplet: 8F, 9D and FF. RGB value is (143,157,255). Sum of RGB (Red+Green+Blue) = 143+157+255=555 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.77% from 555); Green value is 157 (61.72% from 255 or 28.29% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #8F9DFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F9DFF is #706200. Grayscale: #A3A3A3. Windows color (decimal): -7365121 or 16752015. OLE color: 16752015.

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

Color convert

RGB143157255-
CMYK0.440.3800
HSL232.5º100%78.04%-
HSV(B)232.5º43.92%100%-
XYZ41.4337.1799.6-
YUV163.99179.36113.03-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.77%
GREEN value IS 157 (61.72% from 255) = 28.29%
BLUE value IS 255 (100% from 255) = 45.95%
R=25.77%
G=28.29%
B=45.95%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1431572550.440.3800232.510078.04
Hex8F9DFF2C2600e8644e
Octal217235377544600350144116
Binary100011111001110111111111101100100110001110100011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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