#868BE9

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

Shades of Portage #868BE9

Tints of Portage #868BE9

Color information

#868BE9 (or 0x868BE9) is unknown color: approx Portage. HEX triplet: 86, 8B and E9. RGB value is (134,139,233). Sum of RGB (Red+Green+Blue) = 134+139+233=506 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.48% from 506); Green value is 139 (54.69% from 255 or 27.47% from 506); Blue value is 233 (91.41% from 255 or 46.05% from 506); Max value from RGB is 233 - color contains mainly: blue. Hex color #868BE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #868BE9 is #797416. Grayscale: #939393. Windows color (decimal): -7959575 or 15305606. OLE color: 15305606.

HSL color Cylindrical-coordinate representation of color #868BE9: hue angle of 236.97º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #868BE9 is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB134139233-
CMYK0.420.4000.09
HSL236.97º69.23%71.96%-
HSV(B)236.97º42.49%91.37%-
XYZ33.7729.4280.99-
YUV148.22175.84117.86-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.48%
GREEN value IS 139 (54.69% from 255) = 27.47%
BLUE value IS 233 (91.41% from 255) = 46.05%
R=26.48%
G=27.47%
B=46.05%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1341392330.420.4000.09236.9769.2371.96
Hex868BE92A2809ed4548
Octal2062133515250011355105110
Binary100001101000101111101001101010101000010011110110110001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868BE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,139,233); }

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

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

 a { background-color: rgb(134,139,233); }

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

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

 span { border-color: rgb(134,139,233); }

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