#868AED

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

Shades of Portage #868AED

Tints of Portage #868AED

Color information

#868AED (or 0x868AED) is unknown color: approx Portage. HEX triplet: 86, 8A and ED. RGB value is (134,138,237). Sum of RGB (Red+Green+Blue) = 134+138+237=509 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.33% from 509); Green value is 138 (54.30% from 255 or 27.11% from 509); Blue value is 237 (92.97% from 255 or 46.56% from 509); Max value from RGB is 237 - color contains mainly: blue. Hex color #868AED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #868AED is #797512. Grayscale: #939393. Windows color (decimal): -7959827 or 15567494. OLE color: 15567494.

HSL color Cylindrical-coordinate representation of color #868AED: hue angle of 237.67º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #868AED is Cyan = 0.43, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB134138237-
CMYK0.430.4200.07
HSL237.67º74.1%72.75%-
HSV(B)237.67º43.46%92.94%-
XYZ34.2129.3683.98-
YUV148.09178.17117.95-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.33%
GREEN value IS 138 (54.30% from 255) = 27.11%
BLUE value IS 237 (92.97% from 255) = 46.56%
R=26.33%
G=27.11%
B=46.56%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1341382370.430.4200.07237.6774.172.75
Hex868AED2B2A07ee4a49
Octal206212355535207356112111
Binary10000110100010101110110110101110101001111110111010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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