#868BCE

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

Shades of Portage #868BCE

Tints of Portage #868BCE

Color information

#868BCE (or 0x868BCE) is unknown color: approx Portage. HEX triplet: 86, 8B and CE. RGB value is (134,139,206). Sum of RGB (Red+Green+Blue) = 134+139+206=479 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.97% from 479); Green value is 139 (54.69% from 255 or 29.02% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 206 - color contains mainly: blue. Hex color #868BCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868BCE is #797431. Grayscale: #909090. Windows color (decimal): -7959602 or 13536134. OLE color: 13536134.

HSL color Cylindrical-coordinate representation of color #868BCE: hue angle of 235.83º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #868BCE is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB134139206-
CMYK0.350.3300.19
HSL235.83º42.35%66.67%-
HSV(B)235.83º34.95%80.78%-
XYZ30.227.9962.2-
YUV145.14162.34120.05-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.97%
GREEN value IS 139 (54.69% from 255) = 29.02%
BLUE value IS 206 (80.86% from 255) = 43.01%
R=27.97%
G=29.02%
B=43.01%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1341392060.350.3300.19235.8342.3566.67
Hex868BCE2321013ec2a43
Octal206213316434102335452103
Binary100001101000101111001110100011100001010011111011001010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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