#8F95FE

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

Shades of Portage #8F95FE

Tints of Portage #8F95FE

Color information

#8F95FE (or 0x8F95FE) is unknown color: approx Portage. HEX triplet: 8F, 95 and FE. RGB value is (143,149,254). Sum of RGB (Red+Green+Blue) = 143+149+254=546 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.19% from 546); Green value is 149 (58.59% from 255 or 27.29% from 546); Blue value is 254 (99.61% from 255 or 46.52% from 546); Max value from RGB is 254 - color contains mainly: blue. Hex color #8F95FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F95FE is #706A01. Grayscale: #9E9E9E. Windows color (decimal): -7367170 or 16684431. OLE color: 16684431.

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

Color convert

RGB143149254-
CMYK0.440.4100.00
HSL236.76º98.23%77.84%-
HSV(B)236.76º43.7%99.61%-
XYZ39.9634.4998.32-
YUV159.18181.51116.46-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.19%
GREEN value IS 149 (58.59% from 255) = 27.29%
BLUE value IS 254 (99.61% from 255) = 46.52%
R=26.19%
G=27.29%
B=46.52%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1431492540.440.4100.00236.7698.2377.84
Hex8F95FE2C2900ed624e
Octal217225376545100355142116
Binary100011111001010111111110101100101001001110110111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F95FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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