#8F9DFE

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

Shades of Portage #8F9DFE

Tints of Portage #8F9DFE

Color information

#8F9DFE (or 0x8F9DFE) is unknown color: approx Portage. HEX triplet: 8F, 9D and FE. RGB value is (143,157,254). Sum of RGB (Red+Green+Blue) = 143+157+254=554 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.81% from 554); Green value is 157 (61.72% from 255 or 28.34% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #8F9DFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F9DFE is #706201. Grayscale: #A3A3A3. Windows color (decimal): -7365122 or 16686479. OLE color: 16686479.

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

Color convert

RGB143157254-
CMYK0.440.3800.00
HSL232.43º98.23%77.84%-
HSV(B)232.43º43.7%99.61%-
XYZ41.2737.1198.75-
YUV163.87178.86113.11-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.81%
GREEN value IS 157 (61.72% from 255) = 28.34%
BLUE value IS 254 (99.61% from 255) = 45.85%
R=25.81%
G=28.34%
B=45.85%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1431572540.440.3800.00232.4398.2377.84
Hex8F9DFE2C2600e8624e
Octal217235376544600350142116
Binary100011111001110111111110101100100110001110100011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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