#8B9FEF

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

Shades of Portage #8B9FEF

Tints of Portage #8B9FEF

Color information

#8B9FEF (or 0x8B9FEF) is unknown color: approx Portage. HEX triplet: 8B, 9F and EF. RGB value is (139,159,239). Sum of RGB (Red+Green+Blue) = 139+159+239=537 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.88% from 537); Green value is 159 (62.5% from 255 or 29.61% from 537); Blue value is 239 (93.75% from 255 or 44.51% from 537); Max value from RGB is 239 - color contains mainly: blue. Hex color #8B9FEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B9FEF is #746010. Grayscale: #A1A1A1. Windows color (decimal): -7626769 or 15703947. OLE color: 15703947.

HSL color Cylindrical-coordinate representation of color #8B9FEF: hue angle of 228º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8B9FEF is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB139159239-
CMYK0.420.3300.06
HSL228º75.76%74.12%-
HSV(B)228º41.84%93.73%-
XYZ38.6336.5286.67-
YUV162.14171.37111.5-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.88%
GREEN value IS 159 (62.5% from 255) = 29.61%
BLUE value IS 239 (93.75% from 255) = 44.51%
R=25.88%
G=29.61%
B=44.51%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1391592390.420.3300.0622875.7674.12
Hex8B9FEF2A2106e44c4a
Octal213237357524106344114112
Binary10001011100111111110111110101010000101101110010010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,159,239); }

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

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

 a { background-color: rgb(139,159,239); }

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

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

 span { border-color: rgb(139,159,239); }

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