#7D8FCE

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

Shades of Portage #7D8FCE

Tints of Portage #7D8FCE

Color information

#7D8FCE (or 0x7D8FCE) is unknown color: approx Portage. HEX triplet: 7D, 8F and CE. RGB value is (125,143,206). Sum of RGB (Red+Green+Blue) = 125+143+206=474 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.37% from 474); Green value is 143 (56.25% from 255 or 30.17% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 206 - color contains mainly: blue. Hex color #7D8FCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D8FCE is #827031. Grayscale: #909090. Windows color (decimal): -8548402 or 13537149. OLE color: 13537149.

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

Color convert

RGB125143206-
CMYK0.390.3100.19
HSL226.67º45.25%64.9%-
HSV(B)226.67º39.32%80.78%-
XYZ29.4228.4662.34-
YUV144.8162.54113.88-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.37%
GREEN value IS 143 (56.25% from 255) = 30.17%
BLUE value IS 206 (80.86% from 255) = 43.46%
R=26.37%
G=30.17%
B=43.46%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1251432060.390.3100.19226.6745.2564.9
Hex7D8FCE271F013e32d41
Octal175217316473702334355101
Binary1111101100011111100111010011111111010011111000111011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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