#878FCF

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

Shades of Portage #878FCF

Tints of Portage #878FCF

Color information

#878FCF (or 0x878FCF) is unknown color: approx Portage. HEX triplet: 87, 8F and CF. RGB value is (135,143,207). Sum of RGB (Red+Green+Blue) = 135+143+207=485 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.84% from 485); Green value is 143 (56.25% from 255 or 29.48% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 207 - color contains mainly: blue. Hex color #878FCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878FCF is #787030. Grayscale: #939393. Windows color (decimal): -7893041 or 13602695. OLE color: 13602695.

HSL color Cylindrical-coordinate representation of color #878FCF: hue angle of 233.33º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #878FCF is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB135143207-
CMYK0.350.3100.19
HSL233.33º42.86%67.06%-
HSV(B)233.33º34.78%81.18%-
XYZ31.0829.363.05-
YUV147.9161.35118.8-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.84%
GREEN value IS 143 (56.25% from 255) = 29.48%
BLUE value IS 207 (81.25% from 255) = 42.68%
R=27.84%
G=29.48%
B=42.68%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1351432070.350.3100.19233.3342.8667.06
Hex878FCF231F013e92b43
Octal207217317433702335153103
Binary10000111100011111100111110001111111010011111010011010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,143,207); }

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

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

 a { background-color: rgb(135,143,207); }

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

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

 span { border-color: rgb(135,143,207); }

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