#878bda

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

Shades of Portage #878BDA

Tints of Portage #878BDA

Color information

#878BDA (or 0x878BDA) is unknown color: approx Portage. HEX triplet: 87, 8B and DA. RGB value is (135,139,218). Sum of RGB (Red+Green+Blue) = 135+139+218=492 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.44% from 492); Green value is 139 (54.69% from 255 or 28.25% from 492); Blue value is 218 (85.55% from 255 or 44.31% from 492); Max value from RGB is 218 - color contains mainly: blue. Hex color #878BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878BDA is #787425. Grayscale: #929292. Windows color (decimal): -7894054 or 14322567. OLE color: 14322567.

HSL color Cylindrical-coordinate representation of color #878BDA: hue angle of 237.11º 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 #878BDA is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB135139218-
CMYK0.380.3600.15
HSL237.11º52.87%69.22%-
HSV(B)237.11º38.07%85.49%-
XYZ31.8828.6870.18-
YUV146.81168.17119.58-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.44%
GREEN value IS 139 (54.69% from 255) = 28.25%
BLUE value IS 218 (85.55% from 255) = 44.31%
R=27.44%
G=28.25%
B=44.31%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1351392180.380.3600.15237.1152.8769.22
Hex878BDA26240Fed3545
Octal207213332464401735565105
Binary10000111100010111101101010011010010001111111011011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878bda

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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