#8A8BEF

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

Shades of Portage #8A8BEF

Tints of Portage #8A8BEF

Color information

#8A8BEF (or 0x8A8BEF) is unknown color: approx Portage. HEX triplet: 8A, 8B and EF. RGB value is (138,139,239). Sum of RGB (Red+Green+Blue) = 138+139+239=516 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.74% from 516); Green value is 139 (54.69% from 255 or 26.94% from 516); Blue value is 239 (93.75% from 255 or 46.32% from 516); Max value from RGB is 239 - color contains mainly: blue. Hex color #8A8BEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A8BEF is #757410. Grayscale: #959595. Windows color (decimal): -7697425 or 15698826. OLE color: 15698826.

HSL color Cylindrical-coordinate representation of color #8A8BEF: hue angle of 239.41º 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 #8A8BEF is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB138139239-
CMYK0.420.4200.06
HSL239.41º75.94%73.92%-
HSV(B)239.41º42.26%93.73%-
XYZ35.2930.185.61-
YUV150.1178.17119.37-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.74%
GREEN value IS 139 (54.69% from 255) = 26.94%
BLUE value IS 239 (93.75% from 255) = 46.32%
R=26.74%
G=26.94%
B=46.32%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1381392390.420.4200.06239.4175.9473.92
Hex8A8BEF2A2A06ef4c4a
Octal212213357525206357114112
Binary10001010100010111110111110101010101001101110111110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8BEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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