#868EEA

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

Shades of Portage #868EEA

Tints of Portage #868EEA

Color information

#868EEA (or 0x868EEA) is unknown color: approx Portage. HEX triplet: 86, 8E and EA. RGB value is (134,142,234). Sum of RGB (Red+Green+Blue) = 134+142+234=510 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.27% from 510); Green value is 142 (55.86% from 255 or 27.84% from 510); Blue value is 234 (91.80% from 255 or 45.88% from 510); Max value from RGB is 234 - color contains mainly: blue. Hex color #868EEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #868EEA is #797115. Grayscale: #959595. Windows color (decimal): -7958806 or 15371910. OLE color: 15371910.

HSL color Cylindrical-coordinate representation of color #868EEA: hue angle of 235.2º degrees, saturation: 0.7, 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 #868EEA is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB134142234-
CMYK0.430.3900.08
HSL235.2º70.42%72.16%-
HSV(B)235.2º42.74%91.76%-
XYZ34.3630.3581.89-
YUV150.1175.35116.52-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.27%
GREEN value IS 142 (55.86% from 255) = 27.84%
BLUE value IS 234 (91.80% from 255) = 45.88%
R=26.27%
G=27.84%
B=45.88%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1341422340.430.3900.08235.270.4272.16
Hex868EEA2B2708eb4648
Octal2062163525347010353106110
Binary100001101000111011101010101011100111010001110101110001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,142,234); }

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

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

 a { background-color: rgb(134,142,234); }

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

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

 span { border-color: rgb(134,142,234); }

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