#7181D8

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

Shades of Portage #7181D8

Tints of Portage #7181D8

Color information

#7181D8 (or 0x7181D8) is unknown color: approx Portage. HEX triplet: 71, 81 and D8. RGB value is (113,129,216). Sum of RGB (Red+Green+Blue) = 113+129+216=458 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.67% from 458); Green value is 129 (50.78% from 255 or 28.17% from 458); Blue value is 216 (84.77% from 255 or 47.16% from 458); Max value from RGB is 216 - color contains mainly: blue. Hex color #7181D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7181D8 is #8E7E27. Grayscale: #858585. Windows color (decimal): -9338408 or 14188913. OLE color: 14188913.

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

Color convert

RGB113129216-
CMYK0.480.4000.15
HSL230.68º56.91%64.51%-
HSV(B)230.68º47.69%84.71%-
XYZ27.0524.1768.2-
YUV134.13174.2112.93-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.67%
GREEN value IS 129 (50.78% from 255) = 28.17%
BLUE value IS 216 (84.77% from 255) = 47.16%
R=24.67%
G=28.17%
B=47.16%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1131292160.480.4000.15230.6856.9164.51
Hex7181D830280Fe73941
Octal161201330605001734771101
Binary1110001100000011101100011000010100001111111001111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7181D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7181D8; }

 p { color: rgb(113,129,216); }

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

<style>
 a { background-color: #7181D8; }

 a { background-color: rgb(113,129,216); }

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

<style>
 span { border-color: #7181D8; }

 span { border-color: rgb(113,129,216); }

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