#868AEB

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

Shades of Portage #868AEB

Tints of Portage #868AEB

Color information

#868AEB (or 0x868AEB) is unknown color: approx Portage. HEX triplet: 86, 8A and EB. RGB value is (134,138,235). Sum of RGB (Red+Green+Blue) = 134+138+235=507 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.43% from 507); Green value is 138 (54.30% from 255 or 27.22% from 507); Blue value is 235 (92.19% from 255 or 46.35% from 507); Max value from RGB is 235 - color contains mainly: blue. Hex color #868AEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #868AEB is #797514. Grayscale: #939393. Windows color (decimal): -7959829 or 15436422. OLE color: 15436422.

HSL color Cylindrical-coordinate representation of color #868AEB: hue angle of 237.62º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #868AEB is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB134138235-
CMYK0.430.4100.08
HSL237.62º71.63%72.35%-
HSV(B)237.62º42.98%92.16%-
XYZ33.9229.2482.45-
YUV147.86177.17118.11-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.43%
GREEN value IS 138 (54.30% from 255) = 27.22%
BLUE value IS 235 (92.19% from 255) = 46.35%
R=26.43%
G=27.22%
B=46.35%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1341382350.430.4100.08237.6271.6372.35
Hex868AEB2B2908ee4848
Octal2062123535351010356110110
Binary100001101000101011101011101011101001010001110111010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868AEB; }

 p { color: rgb(134,138,235); }

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

<style>
 a { background-color: #868AEB; }

 a { background-color: rgb(134,138,235); }

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

<style>
 span { border-color: #868AEB; }

 span { border-color: rgb(134,138,235); }

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