#7D9AED

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

Shades of Portage #7D9AED

Tints of Portage #7D9AED

Color information

#7D9AED (or 0x7D9AED) is unknown color: approx Portage. HEX triplet: 7D, 9A and ED. RGB value is (125,154,237). Sum of RGB (Red+Green+Blue) = 125+154+237=516 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.22% from 516); Green value is 154 (60.55% from 255 or 29.84% from 516); Blue value is 237 (92.97% from 255 or 45.93% from 516); Max value from RGB is 237 - color contains mainly: blue. Hex color #7D9AED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D9AED is #826512. Grayscale: #9A9A9A. Windows color (decimal): -8545555 or 15571581. OLE color: 15571581.

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

Color convert

RGB125154237-
CMYK0.470.3500.07
HSL224.46º75.68%70.98%-
HSV(B)224.46º47.26%92.94%-
XYZ35.333.5984.74-
YUV154.79174.39106.75-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.22%
GREEN value IS 154 (60.55% from 255) = 29.84%
BLUE value IS 237 (92.97% from 255) = 45.93%
R=24.22%
G=29.84%
B=45.93%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1251542370.470.3500.07224.4675.6870.98
Hex7D9AED2F2307e04c47
Octal175232355574307340114107
Binary1111101100110101110110110111110001101111110000010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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