#7481DE

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

Shades of Portage #7481DE

Tints of Portage #7481DE

Color information

#7481DE (or 0x7481DE) is unknown color: approx Portage. HEX triplet: 74, 81 and DE. RGB value is (116,129,222). Sum of RGB (Red+Green+Blue) = 116+129+222=467 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.84% from 467); Green value is 129 (50.78% from 255 or 27.62% from 467); Blue value is 222 (87.11% from 255 or 47.54% from 467); Max value from RGB is 222 - color contains mainly: blue. Hex color #7481DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7481DE is #8B7E21. Grayscale: #878787. Windows color (decimal): -9141794 or 14582132. OLE color: 14582132.

HSL color Cylindrical-coordinate representation of color #7481DE: hue angle of 232.64º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7481DE is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB116129222-
CMYK0.480.4200.13
HSL232.64º61.63%66.27%-
HSV(B)232.64º47.75%87.06%-
XYZ28.2424.6972.38-
YUV135.72176.69113.94-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.84%
GREEN value IS 129 (50.78% from 255) = 27.62%
BLUE value IS 222 (87.11% from 255) = 47.54%
R=24.84%
G=27.62%
B=47.54%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1161292220.480.4200.13232.6461.6366.27
Hex7481DE302A0De93e42
Octal164201336605201535176102
Binary1110100100000011101111011000010101001101111010011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7481DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7481DE; }

 p { color: rgb(116,129,222); }

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

<style>
 a { background-color: #7481DE; }

 a { background-color: rgb(116,129,222); }

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

<style>
 span { border-color: #7481DE; }

 span { border-color: rgb(116,129,222); }

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