#8F9BEA

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

Shades of Portage #8F9BEA

Tints of Portage #8F9BEA

Color information

#8F9BEA (or 0x8F9BEA) is unknown color: approx Portage. HEX triplet: 8F, 9B and EA. RGB value is (143,155,234). Sum of RGB (Red+Green+Blue) = 143+155+234=532 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.88% from 532); Green value is 155 (60.94% from 255 or 29.14% from 532); Blue value is 234 (91.80% from 255 or 43.98% from 532); Max value from RGB is 234 - color contains mainly: blue. Hex color #8F9BEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F9BEA is #706415. Grayscale: #A0A0A0. Windows color (decimal): -7365654 or 15375247. OLE color: 15375247.

HSL color Cylindrical-coordinate representation of color #8F9BEA: hue angle of 232.09º degrees, saturation: 0.68, 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 #8F9BEA is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB143155234-
CMYK0.390.3400.08
HSL232.09º68.42%73.92%-
HSV(B)232.09º38.89%91.76%-
XYZ37.935.2282.64-
YUV160.42169.52115.58-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.88%
GREEN value IS 155 (60.94% from 255) = 29.14%
BLUE value IS 234 (91.80% from 255) = 43.98%
R=26.88%
G=29.14%
B=43.98%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1431552340.390.3400.08232.0968.4273.92
Hex8F9BEA272208e8444a
Octal2172333524742010350104112
Binary100011111001101111101010100111100010010001110100010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,155,234); }

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

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

 a { background-color: rgb(143,155,234); }

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

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

 span { border-color: rgb(143,155,234); }

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