#7D95EE

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

Shades of Portage #7D95EE

Tints of Portage #7D95EE

Color information

#7D95EE (or 0x7D95EE) is unknown color: approx Portage. HEX triplet: 7D, 95 and EE. RGB value is (125,149,238). Sum of RGB (Red+Green+Blue) = 125+149+238=512 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.41% from 512); Green value is 149 (58.59% from 255 or 29.10% from 512); Blue value is 238 (93.36% from 255 or 46.48% from 512); Max value from RGB is 238 - color contains mainly: blue. Hex color #7D95EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D95EE is #826A11. Grayscale: #979797. Windows color (decimal): -8546834 or 15635837. OLE color: 15635837.

HSL color Cylindrical-coordinate representation of color #7D95EE: hue angle of 227.26º degrees, saturation: 0.77, 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 #7D95EE is Cyan = 0.47, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB125149238-
CMYK0.470.3700.07
HSL227.26º76.87%71.18%-
HSV(B)227.26º47.48%93.33%-
XYZ34.6432.0385.25-
YUV151.97176.55108.76-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.41%
GREEN value IS 149 (58.59% from 255) = 29.10%
BLUE value IS 238 (93.36% from 255) = 46.48%
R=24.41%
G=29.10%
B=46.48%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1251492380.470.3700.07227.2676.8771.18
Hex7D95EE2F2507e34d47
Octal175225356574507343115107
Binary1111101100101011110111010111110010101111110001110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D95EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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