#868FEA

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

Shades of Portage #868FEA

Tints of Portage #868FEA

Color information

#868FEA (or 0x868FEA) is unknown color: approx Portage. HEX triplet: 86, 8F and EA. RGB value is (134,143,234). Sum of RGB (Red+Green+Blue) = 134+143+234=511 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.22% from 511); Green value is 143 (56.25% from 255 or 27.98% from 511); Blue value is 234 (91.80% from 255 or 45.79% from 511); Max value from RGB is 234 - color contains mainly: blue. Hex color #868FEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #868FEA is #797015. Grayscale: #969696. Windows color (decimal): -7958550 or 15372166. OLE color: 15372166.

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

Color convert

RGB134143234-
CMYK0.430.3900.08
HSL234.6º70.42%72.16%-
HSV(B)234.6º42.74%91.76%-
XYZ34.5130.6581.94-
YUV150.68175.02116.1-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.22%
GREEN value IS 143 (56.25% from 255) = 27.98%
BLUE value IS 234 (91.80% from 255) = 45.79%
R=26.22%
G=27.98%
B=45.79%

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
Decimal1341432340.430.3900.08234.670.4272.16
Hex868FEA2B2708eb4648
Octal2062173525347010353106110
Binary100001101000111111101010101011100111010001110101110001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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