#7D92EA

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

Shades of Portage #7D92EA

Tints of Portage #7D92EA

Color information

#7D92EA (or 0x7D92EA) is unknown color: approx Portage. HEX triplet: 7D, 92 and EA. RGB value is (125,146,234). Sum of RGB (Red+Green+Blue) = 125+146+234=505 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.75% from 505); Green value is 146 (57.42% from 255 or 28.91% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 234 - color contains mainly: blue. Hex color #7D92EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D92EA is #826D15. Grayscale: #959595. Windows color (decimal): -8547606 or 15372925. OLE color: 15372925.

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

Color convert

RGB125146234-
CMYK0.470.3800.08
HSL228.44º72.19%70.39%-
HSV(B)228.44º46.58%91.76%-
XYZ33.5930.8682.03-
YUV149.75175.54110.34-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.75%
GREEN value IS 146 (57.42% from 255) = 28.91%
BLUE value IS 234 (91.80% from 255) = 46.34%
R=24.75%
G=28.91%
B=46.34%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1251462340.470.3800.08228.4472.1970.39
Hex7D92EA2F2608e44846
Octal1752223525746010344110106
Binary11111011001001011101010101111100110010001110010010010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D92EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,146,234); }

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

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

 a { background-color: rgb(125,146,234); }

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

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

 span { border-color: rgb(125,146,234); }

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