#7D8DEB

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

Shades of Portage #7D8DEB

Tints of Portage #7D8DEB

Color information

#7D8DEB (or 0x7D8DEB) is unknown color: approx Portage. HEX triplet: 7D, 8D and EB. RGB value is (125,141,235). Sum of RGB (Red+Green+Blue) = 125+141+235=501 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.95% from 501); Green value is 141 (55.47% from 255 or 28.14% from 501); Blue value is 235 (92.19% from 255 or 46.91% from 501); Max value from RGB is 235 - color contains mainly: blue. Hex color #7D8DEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D8DEB is #827214. Grayscale: #929292. Windows color (decimal): -8548885 or 15437181. OLE color: 15437181.

HSL color Cylindrical-coordinate representation of color #7D8DEB: hue angle of 231.27º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7D8DEB is Cyan = 0.47, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB125141235-
CMYK0.470.400.08
HSL231.27º73.33%70.59%-
HSV(B)231.27º46.81%92.16%-
XYZ32.9829.4182.54-
YUV146.93177.7112.36-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.95%
GREEN value IS 141 (55.47% from 255) = 28.14%
BLUE value IS 235 (92.19% from 255) = 46.91%
R=24.95%
G=28.14%
B=46.91%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1251412350.470.400.08231.2773.3370.59
Hex7D8DEB2F2808e74947
Octal1752153535750010347111107
Binary11111011000110111101011101111101000010001110011110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,141,235); }

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

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

 a { background-color: rgb(125,141,235); }

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

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

 span { border-color: rgb(125,141,235); }

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