#879AFA

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

Shades of Portage #879AFA

Tints of Portage #879AFA

Color information

#879AFA (or 0x879AFA) is unknown color: approx Portage. HEX triplet: 87, 9A and FA. RGB value is (135,154,250). Sum of RGB (Red+Green+Blue) = 135+154+250=539 (71% of max value = 765). Red value is 135 (53.12% from 255 or 25.05% from 539); Green value is 154 (60.55% from 255 or 28.57% from 539); Blue value is 250 (98.05% from 255 or 46.38% from 539); Max value from RGB is 250 - color contains mainly: blue. Hex color #879AFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #879AFA is #786505. Grayscale: #9E9E9E. Windows color (decimal): -7890182 or 16423559. OLE color: 16423559.

HSL color Cylindrical-coordinate representation of color #879AFA: hue angle of 230.09º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #879AFA is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB135154250-
CMYK0.460.3800.02
HSL230.09º92%75.49%-
HSV(B)230.09º46%98.04%-
XYZ38.835.1695.18-
YUV159.26179.21110.69-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.05%
GREEN value IS 154 (60.55% from 255) = 28.57%
BLUE value IS 250 (98.05% from 255) = 46.38%
R=25.05%
G=28.57%
B=46.38%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1351542500.460.3800.02230.099275.49
Hex879AFA2E2602e65c4b
Octal207232372564602346134113
Binary1000011110011010111110101011101001100101110011010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,154,250); }

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

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

 a { background-color: rgb(135,154,250); }

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

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

 span { border-color: rgb(135,154,250); }

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