#7F8BDC

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

Shades of Portage #7F8BDC

Tints of Portage #7F8BDC

Color information

#7F8BDC (or 0x7F8BDC) is unknown color: approx Portage. HEX triplet: 7F, 8B and DC. RGB value is (127,139,220). Sum of RGB (Red+Green+Blue) = 127+139+220=486 (64% of max value = 765). Red value is 127 (50% from 255 or 26.13% from 486); Green value is 139 (54.69% from 255 or 28.60% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #7F8BDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F8BDC is #807423. Grayscale: #909090. Windows color (decimal): -8418340 or 14453631. OLE color: 14453631.

HSL color Cylindrical-coordinate representation of color #7F8BDC: hue angle of 232.26º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7F8BDC is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB127139220-
CMYK0.420.3700.14
HSL232.26º57.06%68.04%-
HSV(B)232.26º42.27%86.27%-
XYZ30.928.1471.51-
YUV144.65170.52115.41-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.13%
GREEN value IS 139 (54.69% from 255) = 28.60%
BLUE value IS 220 (86.33% from 255) = 45.27%
R=26.13%
G=28.60%
B=45.27%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1271392200.420.3700.14232.2657.0668.04
Hex7F8BDC2A250Ee83944
Octal177213334524501635071104
Binary1111111100010111101110010101010010101110111010001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F8BDC; }

 p { color: rgb(127,139,220); }

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

<style>
 a { background-color: #7F8BDC; }

 a { background-color: rgb(127,139,220); }

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

<style>
 span { border-color: #7F8BDC; }

 span { border-color: rgb(127,139,220); }

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