#7D8BED

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

Shades of Portage #7D8BED

Tints of Portage #7D8BED

Color information

#7D8BED (or 0x7D8BED) is unknown color: approx Portage. HEX triplet: 7D, 8B and ED. RGB value is (125,139,237). Sum of RGB (Red+Green+Blue) = 125+139+237=501 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.95% from 501); Green value is 139 (54.69% from 255 or 27.74% from 501); Blue value is 237 (92.97% from 255 or 47.31% from 501); Max value from RGB is 237 - color contains mainly: blue. Hex color #7D8BED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D8BED is #827412. Grayscale: #919191. Windows color (decimal): -8549395 or 15567741. OLE color: 15567741.

HSL color Cylindrical-coordinate representation of color #7D8BED: hue angle of 232.5º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7D8BED is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB125139237-
CMYK0.470.4100.07
HSL232.5º75.68%70.98%-
HSV(B)232.5º47.26%92.94%-
XYZ32.9828.9483.97-
YUV145.99179.36113.03-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.95%
GREEN value IS 139 (54.69% from 255) = 27.74%
BLUE value IS 237 (92.97% from 255) = 47.31%
R=24.95%
G=27.74%
B=47.31%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1251392370.470.4100.07232.575.6870.98
Hex7D8BED2F2907e84c47
Octal175213355575107350114107
Binary1111101100010111110110110111110100101111110100010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,139,237); }

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

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

 a { background-color: rgb(125,139,237); }

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

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

 span { border-color: rgb(125,139,237); }

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