#878CDD

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

Shades of Portage #878CDD

Tints of Portage #878CDD

Color information

#878CDD (or 0x878CDD) is unknown color: approx Portage. HEX triplet: 87, 8C and DD. RGB value is (135,140,221). Sum of RGB (Red+Green+Blue) = 135+140+221=496 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.22% from 496); Green value is 140 (55.08% from 255 or 28.23% 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 #878CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878CDD is #787322. Grayscale: #939393. Windows color (decimal): -7893795 or 14519431. OLE color: 14519431.

HSL color Cylindrical-coordinate representation of color #878CDD: hue angle of 236.51º 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 #878CDD is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB135140221-
CMYK0.390.3700.13
HSL236.51º55.84%69.8%-
HSV(B)236.51º38.91%86.67%-
XYZ32.4229.1372.32-
YUV147.74169.34118.91-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.22%
GREEN value IS 140 (55.08% from 255) = 28.23%
BLUE value IS 221 (86.72% from 255) = 44.56%
R=27.22%
G=28.23%
B=44.56%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1351402210.390.3700.13236.5155.8469.8
Hex878CDD27250Ded3846
Octal207214335474501535570106
Binary10000111100011001101110110011110010101101111011011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878CDD; }

 p { color: rgb(135,140,221); }

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

<style>
 a { background-color: #878CDD; }

 a { background-color: rgb(135,140,221); }

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

<style>
 span { border-color: #878CDD; }

 span { border-color: rgb(135,140,221); }

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