#7581D9

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

Shades of Portage #7581D9

Tints of Portage #7581D9

Color information

#7581D9 (or 0x7581D9) is unknown color: approx Portage. HEX triplet: 75, 81 and D9. RGB value is (117,129,217). Sum of RGB (Red+Green+Blue) = 117+129+217=463 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.27% from 463); Green value is 129 (50.78% from 255 or 27.86% from 463); Blue value is 217 (85.16% from 255 or 46.87% from 463); Max value from RGB is 217 - color contains mainly: blue. Hex color #7581D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7581D9 is #8A7E26. Grayscale: #878787. Windows color (decimal): -9076263 or 14254453. OLE color: 14254453.

HSL color Cylindrical-coordinate representation of color #7581D9: hue angle of 232.8º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7581D9 is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB117129217-
CMYK0.460.4100.15
HSL232.8º56.82%65.49%-
HSV(B)232.8º46.08%85.1%-
XYZ27.7124.4968.91-
YUV135.44174.02114.84-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.27%
GREEN value IS 129 (50.78% from 255) = 27.86%
BLUE value IS 217 (85.16% from 255) = 46.87%
R=25.27%
G=27.86%
B=46.87%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1171292170.460.4100.15232.856.8265.49
Hex7581D92E290Fe93941
Octal165201331565101735171101
Binary1110101100000011101100110111010100101111111010011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7581D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7581D9; }

 p { color: rgb(117,129,217); }

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

<style>
 a { background-color: #7581D9; }

 a { background-color: rgb(117,129,217); }

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

<style>
 span { border-color: #7581D9; }

 span { border-color: rgb(117,129,217); }

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