#8E9BFA

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

Shades of Portage #8E9BFA

Tints of Portage #8E9BFA

Color information

#8E9BFA (or 0x8E9BFA) is unknown color: approx Portage. HEX triplet: 8E, 9B and FA. RGB value is (142,155,250). Sum of RGB (Red+Green+Blue) = 142+155+250=547 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.96% from 547); Green value is 155 (60.94% from 255 or 28.34% from 547); Blue value is 250 (98.05% from 255 or 45.70% from 547); Max value from RGB is 250 - color contains mainly: blue. Hex color #8E9BFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E9BFA is #716405. Grayscale: #A1A1A1. Windows color (decimal): -7431174 or 16423822. OLE color: 16423822.

HSL color Cylindrical-coordinate representation of color #8E9BFA: hue angle of 232.78º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8E9BFA is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB142155250-
CMYK0.430.3800.02
HSL232.78º91.53%76.86%-
HSV(B)232.78º43.2%98.04%-
XYZ40.1336.195.29-
YUV161.94177.69113.78-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.96%
GREEN value IS 155 (60.94% from 255) = 28.34%
BLUE value IS 250 (98.05% from 255) = 45.70%
R=25.96%
G=28.34%
B=45.70%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1421552500.430.3800.02232.7891.5376.86
Hex8E9BFA2B2602e95c4d
Octal216233372534602351134115
Binary1000111010011011111110101010111001100101110100110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,155,250); }

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

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

 a { background-color: rgb(142,155,250); }

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

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

 span { border-color: rgb(142,155,250); }

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