#8F9FEB

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

Shades of Portage #8F9FEB

Tints of Portage #8F9FEB

Color information

#8F9FEB (or 0x8F9FEB) is unknown color: approx Portage. HEX triplet: 8F, 9F and EB. RGB value is (143,159,235). Sum of RGB (Red+Green+Blue) = 143+159+235=537 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.63% from 537); Green value is 159 (62.5% from 255 or 29.61% from 537); Blue value is 235 (92.19% from 255 or 43.76% from 537); Max value from RGB is 235 - color contains mainly: blue. Hex color #8F9FEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F9FEB is #706014. Grayscale: #A2A2A2. Windows color (decimal): -7364629 or 15441807. OLE color: 15441807.

HSL color Cylindrical-coordinate representation of color #8F9FEB: hue angle of 229.57º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8F9FEB is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB143159235-
CMYK0.390.3200.08
HSL229.57º69.7%74.12%-
HSV(B)229.57º39.15%92.16%-
XYZ38.7236.6383.63-
YUV162.88168.7113.82-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.63%
GREEN value IS 159 (62.5% from 255) = 29.61%
BLUE value IS 235 (92.19% from 255) = 43.76%
R=26.63%
G=29.61%
B=43.76%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1431592350.390.3200.08229.5769.774.12
Hex8F9FEB272008e6464a
Octal2172373534740010346106112
Binary100011111001111111101011100111100000010001110011010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,159,235); }

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

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

 a { background-color: rgb(143,159,235); }

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

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

 span { border-color: rgb(143,159,235); }

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