#878CCD

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

Shades of Portage #878CCD

Tints of Portage #878CCD

Color information

#878CCD (or 0x878CCD) is unknown color: approx Portage. HEX triplet: 87, 8C and CD. RGB value is (135,140,205). Sum of RGB (Red+Green+Blue) = 135+140+205=480 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.12% from 480); Green value is 140 (55.08% from 255 or 29.17% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 205 - color contains mainly: blue. Hex color #878CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878CCD is #787332. Grayscale: #919191. Windows color (decimal): -7893811 or 13470855. OLE color: 13470855.

HSL color Cylindrical-coordinate representation of color #878CCD: hue angle of 235.71º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #878CCD is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB135140205-
CMYK0.340.3200.20
HSL235.71º41.18%66.67%-
HSV(B)235.71º34.15%80.39%-
XYZ30.3928.3161.62-
YUV145.92161.34120.21-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.12%
GREEN value IS 140 (55.08% from 255) = 29.17%
BLUE value IS 205 (80.47% from 255) = 42.71%
R=28.12%
G=29.17%
B=42.71%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1351402050.340.3200.20235.7141.1866.67
Hex878CCD2220014ec2943
Octal207214315424002435451103
Binary100001111000110011001101100010100000010100111011001010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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