#7c8fce

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

Shades of Portage #7C8FCE

Tints of Portage #7C8FCE

Color information

#7C8FCE (or 0x7C8FCE) is unknown color: approx Portage. HEX triplet: 7C, 8F and CE. RGB value is (124,143,206). Sum of RGB (Red+Green+Blue) = 124+143+206=473 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.22% from 473); Green value is 143 (56.25% from 255 or 30.23% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 206 - color contains mainly: blue. Hex color #7C8FCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C8FCE is #837031. Grayscale: #909090. Windows color (decimal): -8613938 or 13537148. OLE color: 13537148.

HSL color Cylindrical-coordinate representation of color #7C8FCE: hue angle of 226.1º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7C8FCE is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB124143206-
CMYK0.400.3100.19
HSL226.1º45.56%64.71%-
HSV(B)226.1º39.81%80.78%-
XYZ29.2828.3962.33-
YUV144.5162.71113.38-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.22%
GREEN value IS 143 (56.25% from 255) = 30.23%
BLUE value IS 206 (80.86% from 255) = 43.55%
R=26.22%
G=30.23%
B=43.55%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1241432060.400.3100.19226.145.5664.71
Hex7C8FCE281F013e22e41
Octal174217316503702334256101
Binary1111100100011111100111010100011111010011111000101011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7c8fce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,143,206); }

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

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

 a { background-color: rgb(124,143,206); }

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

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

 span { border-color: rgb(124,143,206); }

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