#878ADA

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

Shades of Portage #878ADA

Tints of Portage #878ADA

Color information

#878ADA (or 0x878ADA) is unknown color: approx Portage. HEX triplet: 87, 8A and DA. RGB value is (135,138,218). Sum of RGB (Red+Green+Blue) = 135+138+218=491 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.49% from 491); Green value is 138 (54.30% from 255 or 28.11% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 218 - color contains mainly: blue. Hex color #878ADA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878ADA is #787525. Grayscale: #919191. Windows color (decimal): -7894310 or 14322311. OLE color: 14322311.

HSL color Cylindrical-coordinate representation of color #878ADA: hue angle of 237.83º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #878ADA is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB135138218-
CMYK0.380.3700.15
HSL237.83º52.87%69.22%-
HSV(B)237.83º38.07%85.49%-
XYZ31.7428.3970.14-
YUV146.22168.51120-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.49%
GREEN value IS 138 (54.30% from 255) = 28.11%
BLUE value IS 218 (85.55% from 255) = 44.40%
R=27.49%
G=28.11%
B=44.40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1351382180.380.3700.15237.8352.8769.22
Hex878ADA26250Fee3545
Octal207212332464501735665105
Binary10000111100010101101101010011010010101111111011101101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,138,218); }

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

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

 a { background-color: rgb(135,138,218); }

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

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

 span { border-color: rgb(135,138,218); }

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