#7C8DE3

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

Shades of Portage #7C8DE3

Tints of Portage #7C8DE3

Color information

#7C8DE3 (or 0x7C8DE3) is unknown color: approx Portage. HEX triplet: 7C, 8D and E3. RGB value is (124,141,227). Sum of RGB (Red+Green+Blue) = 124+141+227=492 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25.20% from 492); Green value is 141 (55.47% from 255 or 28.66% from 492); Blue value is 227 (89.06% from 255 or 46.14% from 492); Max value from RGB is 227 - color contains mainly: blue. Hex color #7C8DE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C8DE3 is #83721C. Grayscale: #919191. Windows color (decimal): -8614429 or 14912892. OLE color: 14912892.

HSL color Cylindrical-coordinate representation of color #7C8DE3: hue angle of 230.1º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7C8DE3 is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB124141227-
CMYK0.450.3800.11
HSL230.1º64.78%68.82%-
HSV(B)230.1º45.37%89.02%-
XYZ31.728.8876.58-
YUV145.72173.87112.51-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.20%
GREEN value IS 141 (55.47% from 255) = 28.66%
BLUE value IS 227 (89.06% from 255) = 46.14%
R=25.20%
G=28.66%
B=46.14%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1241412270.450.3800.11230.164.7868.82
Hex7C8DE32D260Be64145
Octal1742153435546013346101105
Binary11111001000110111100011101101100110010111110011010000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8DE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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