#7D95EA

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

Shades of Portage #7D95EA

Tints of Portage #7D95EA

Color information

#7D95EA (or 0x7D95EA) is unknown color: approx Portage. HEX triplet: 7D, 95 and EA. RGB value is (125,149,234). Sum of RGB (Red+Green+Blue) = 125+149+234=508 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.61% from 508); Green value is 149 (58.59% from 255 or 29.33% from 508); Blue value is 234 (91.80% from 255 or 46.06% from 508); Max value from RGB is 234 - color contains mainly: blue. Hex color #7D95EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D95EA is #826A15. Grayscale: #979797. Windows color (decimal): -8546838 or 15373693. OLE color: 15373693.

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

Color convert

RGB125149234-
CMYK0.470.3600.08
HSL226.79º72.19%70.39%-
HSV(B)226.79º46.58%91.76%-
XYZ34.0631.882.18-
YUV151.51174.55109.09-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.61%
GREEN value IS 149 (58.59% from 255) = 29.33%
BLUE value IS 234 (91.80% from 255) = 46.06%
R=24.61%
G=29.33%
B=46.06%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1251492340.470.3600.08226.7972.1970.39
Hex7D95EA2F2408e34846
Octal1752253525744010343110106
Binary11111011001010111101010101111100100010001110001110010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D95EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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