#7D8BEB

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

Shades of Portage #7D8BEB

Tints of Portage #7D8BEB

Color information

#7D8BEB (or 0x7D8BEB) is unknown color: approx Portage. HEX triplet: 7D, 8B and EB. RGB value is (125,139,235). Sum of RGB (Red+Green+Blue) = 125+139+235=499 (66% of max value = 765). Red value is 125 (49.22% from 255 or 25.05% from 499); Green value is 139 (54.69% from 255 or 27.86% from 499); Blue value is 235 (92.19% from 255 or 47.09% from 499); Max value from RGB is 235 - color contains mainly: blue. Hex color #7D8BEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D8BEB is #827414. Grayscale: #919191. Windows color (decimal): -8549397 or 15436669. OLE color: 15436669.

HSL color Cylindrical-coordinate representation of color #7D8BEB: hue angle of 232.36º 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 #7D8BEB is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB125139235-
CMYK0.470.4100.08
HSL232.36º73.33%70.59%-
HSV(B)232.36º46.81%92.16%-
XYZ32.6928.8282.44-
YUV145.76178.36113.19-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.05%
GREEN value IS 139 (54.69% from 255) = 27.86%
BLUE value IS 235 (92.19% from 255) = 47.09%
R=25.05%
G=27.86%
B=47.09%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1251392350.470.4100.08232.3673.3370.59
Hex7D8BEB2F2908e84947
Octal1752133535751010350111107
Binary11111011000101111101011101111101001010001110100010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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