#7D8FE3

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

Shades of Portage #7D8FE3

Tints of Portage #7D8FE3

Color information

#7D8FE3 (or 0x7D8FE3) is unknown color: approx Portage. HEX triplet: 7D, 8F and E3. RGB value is (125,143,227). Sum of RGB (Red+Green+Blue) = 125+143+227=495 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.25% from 495); Green value is 143 (56.25% from 255 or 28.89% from 495); Blue value is 227 (89.06% from 255 or 45.86% from 495); Max value from RGB is 227 - color contains mainly: blue. Hex color #7D8FE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D8FE3 is #82701C. Grayscale: #929292. Windows color (decimal): -8548381 or 14913405. OLE color: 14913405.

HSL color Cylindrical-coordinate representation of color #7D8FE3: hue angle of 229.41º 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 #7D8FE3 is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB125143227-
CMYK0.450.3700.11
HSL229.41º64.56%69.02%-
HSV(B)229.41º44.93%89.02%-
XYZ32.1529.5576.68-
YUV147.19173.04112.17-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.25%
GREEN value IS 143 (56.25% from 255) = 28.89%
BLUE value IS 227 (89.06% from 255) = 45.86%
R=25.25%
G=28.89%
B=45.86%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1251432270.450.3700.11229.4164.5669.02
Hex7D8FE32D250Be54145
Octal1752173435545013345101105
Binary11111011000111111100011101101100101010111110010110000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8FE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,143,227); }

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

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

 a { background-color: rgb(125,143,227); }

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

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

 span { border-color: rgb(125,143,227); }

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