#868DDD

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

Shades of Portage #868DDD

Tints of Portage #868DDD

Color information

#868DDD (or 0x868DDD) is unknown color: approx Portage. HEX triplet: 86, 8D and DD. RGB value is (134,141,221). Sum of RGB (Red+Green+Blue) = 134+141+221=496 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.02% from 496); Green value is 141 (55.47% from 255 or 28.43% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #868DDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868DDD is #797222. Grayscale: #939393. Windows color (decimal): -7959075 or 14519686. OLE color: 14519686.

HSL color Cylindrical-coordinate representation of color #868DDD: hue angle of 235.17º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #868DDD is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB134141221-
CMYK0.390.3600.13
HSL235.17º56.13%69.61%-
HSV(B)235.17º39.37%86.67%-
XYZ32.4129.3472.36-
YUV148.03169.18118-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.02%
GREEN value IS 141 (55.47% from 255) = 28.43%
BLUE value IS 221 (86.72% from 255) = 44.56%
R=27.02%
G=28.43%
B=44.56%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1341412210.390.3600.13235.1756.1369.61
Hex868DDD27240Deb3846
Octal206215335474401535370106
Binary10000110100011011101110110011110010001101111010111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,141,221); }

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

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

 a { background-color: rgb(134,141,221); }

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

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

 span { border-color: rgb(134,141,221); }

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