#879DFC

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

Shades of Portage #879DFC

Tints of Portage #879DFC

Color information

#879DFC (or 0x879DFC) is unknown color: approx Portage. HEX triplet: 87, 9D and FC. RGB value is (135,157,252). Sum of RGB (Red+Green+Blue) = 135+157+252=544 (72% of max value = 765). Red value is 135 (53.12% from 255 or 24.82% from 544); Green value is 157 (61.72% from 255 or 28.86% from 544); Blue value is 252 (98.83% from 255 or 46.32% from 544); Max value from RGB is 252 - color contains mainly: blue. Hex color #879DFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #879DFC is #786203. Grayscale: #A0A0A0. Windows color (decimal): -7889412 or 16555399. OLE color: 16555399.

HSL color Cylindrical-coordinate representation of color #879DFC: hue angle of 228.72º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #879DFC is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB135157252-
CMYK0.460.3800.01
HSL228.72º95.12%75.88%-
HSV(B)228.72º46.43%98.82%-
XYZ39.6236.2997.01-
YUV161.25179.21109.28-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 24.82%
GREEN value IS 157 (61.72% from 255) = 28.86%
BLUE value IS 252 (98.83% from 255) = 46.32%
R=24.82%
G=28.86%
B=46.32%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1351572520.460.3800.01228.7295.1275.88
Hex879DFC2E2601e55f4c
Octal207235374564601345137114
Binary100001111001110111111100101110100110011110010110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #879DFC; }

 p { color: rgb(135,157,252); }

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

<style>
 a { background-color: #879DFC; }

 a { background-color: rgb(135,157,252); }

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

<style>
 span { border-color: #879DFC; }

 span { border-color: rgb(135,157,252); }

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