#7C8DCE

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

Shades of Portage #7C8DCE

Tints of Portage #7C8DCE

Color information

#7C8DCE (or 0x7C8DCE) is unknown color: approx Portage. HEX triplet: 7C, 8D and CE. RGB value is (124,141,206). Sum of RGB (Red+Green+Blue) = 124+141+206=471 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.33% from 471); Green value is 141 (55.47% from 255 or 29.94% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 206 - color contains mainly: blue. Hex color #7C8DCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C8DCE is #837231. Grayscale: #8F8F8F. Windows color (decimal): -8614450 or 13536636. OLE color: 13536636.

HSL color Cylindrical-coordinate representation of color #7C8DCE: hue angle of 227.56º 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 #7C8DCE is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB124141206-
CMYK0.400.3200.19
HSL227.56º45.56%64.71%-
HSV(B)227.56º39.81%80.78%-
XYZ28.9827.7962.23-
YUV143.33163.37114.21-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.33%
GREEN value IS 141 (55.47% from 255) = 29.94%
BLUE value IS 206 (80.86% from 255) = 43.74%
R=26.33%
G=29.94%
B=43.74%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1241412060.400.3200.19227.5645.5664.71
Hex7C8DCE2820013e42e41
Octal174215316504002334456101
Binary11111001000110111001110101000100000010011111001001011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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