#868BDE

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

Shades of Portage #868BDE

Tints of Portage #868BDE

Color information

#868BDE (or 0x868BDE) is unknown color: approx Portage. HEX triplet: 86, 8B and DE. RGB value is (134,139,222). Sum of RGB (Red+Green+Blue) = 134+139+222=495 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.07% from 495); Green value is 139 (54.69% from 255 or 28.08% from 495); Blue value is 222 (87.11% from 255 or 44.85% from 495); Max value from RGB is 222 - color contains mainly: blue. Hex color #868BDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868BDE is #797421. Grayscale: #929292. Windows color (decimal): -7959586 or 14584710. OLE color: 14584710.

HSL color Cylindrical-coordinate representation of color #868BDE: hue angle of 236.59º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #868BDE is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB134139222-
CMYK0.400.3700.13
HSL236.59º57.14%69.8%-
HSV(B)236.59º39.64%87.06%-
XYZ32.2528.8172.97-
YUV146.97170.34118.75-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.07%
GREEN value IS 139 (54.69% from 255) = 28.08%
BLUE value IS 222 (87.11% from 255) = 44.85%
R=27.07%
G=28.08%
B=44.85%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1341392220.400.3700.13236.5957.1469.8
Hex868BDE28250Ded3946
Octal206213336504501535571106
Binary10000110100010111101111010100010010101101111011011110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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