#8B8FE8

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

Shades of Portage #8B8FE8

Tints of Portage #8B8FE8

Color information

#8B8FE8 (or 0x8B8FE8) is unknown color: approx Portage. HEX triplet: 8B, 8F and E8. RGB value is (139,143,232). Sum of RGB (Red+Green+Blue) = 139+143+232=514 (68% of max value = 765). Red value is 139 (54.69% from 255 or 27.04% from 514); Green value is 143 (56.25% from 255 or 27.82% from 514); Blue value is 232 (91.02% from 255 or 45.14% from 514); Max value from RGB is 232 - color contains mainly: blue. Hex color #8B8FE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B8FE8 is #747017. Grayscale: #979797. Windows color (decimal): -7630872 or 15241099. OLE color: 15241099.

HSL color Cylindrical-coordinate representation of color #8B8FE8: hue angle of 237.42º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8B8FE8 is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB139143232-
CMYK0.400.3800.09
HSL237.42º66.91%72.75%-
HSV(B)237.42º40.09%90.98%-
XYZ35.0430.9680.47-
YUV151.95173.17118.76-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.04%
GREEN value IS 143 (56.25% from 255) = 27.82%
BLUE value IS 232 (91.02% from 255) = 45.14%
R=27.04%
G=27.82%
B=45.14%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1391432320.400.3800.09237.4266.9172.75
Hex8B8FE8282609ed4349
Octal2132173505046011355103111
Binary100010111000111111101000101000100110010011110110110000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8FE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,143,232); }

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

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

 a { background-color: rgb(139,143,232); }

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

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

 span { border-color: rgb(139,143,232); }

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