#7C8DD1

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

Shades of Portage #7C8DD1

Tints of Portage #7C8DD1

Color information

#7C8DD1 (or 0x7C8DD1) is unknown color: approx Portage. HEX triplet: 7C, 8D and D1. RGB value is (124,141,209). Sum of RGB (Red+Green+Blue) = 124+141+209=474 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.16% from 474); Green value is 141 (55.47% from 255 or 29.75% from 474); Blue value is 209 (82.03% from 255 or 44.09% from 474); Max value from RGB is 209 - color contains mainly: blue. Hex color #7C8DD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C8DD1 is #83722E. Grayscale: #8F8F8F. Windows color (decimal): -8614447 or 13733244. OLE color: 13733244.

HSL color Cylindrical-coordinate representation of color #7C8DD1: hue angle of 228º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7C8DD1 is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB124141209-
CMYK0.410.3300.18
HSL228º48.02%65.29%-
HSV(B)228º40.67%81.96%-
XYZ29.3527.9464.17-
YUV143.67164.87113.97-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.16%
GREEN value IS 141 (55.47% from 255) = 29.75%
BLUE value IS 209 (82.03% from 255) = 44.09%
R=26.16%
G=29.75%
B=44.09%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1241412090.410.3300.1822848.0265.29
Hex7C8DD12921012e43041
Octal174215321514102234460101
Binary11111001000110111010001101001100001010010111001001100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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