#7183D9

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

Shades of Portage #7183D9

Tints of Portage #7183D9

Color information

#7183D9 (or 0x7183D9) is unknown color: approx Portage. HEX triplet: 71, 83 and D9. RGB value is (113,131,217). Sum of RGB (Red+Green+Blue) = 113+131+217=461 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.51% from 461); Green value is 131 (51.56% from 255 or 28.42% from 461); Blue value is 217 (85.16% from 255 or 47.07% from 461); Max value from RGB is 217 - color contains mainly: blue. Hex color #7183D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7183D9 is #8E7C26. Grayscale: #878787. Windows color (decimal): -9337895 or 14254961. OLE color: 14254961.

HSL color Cylindrical-coordinate representation of color #7183D9: hue angle of 229.62º degrees, saturation: 0.58, 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 #7183D9 is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB113131217-
CMYK0.480.4000.15
HSL229.62º57.78%64.71%-
HSV(B)229.62º47.93%85.1%-
XYZ27.4524.7568.98-
YUV135.42174.04112.01-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.51%
GREEN value IS 131 (51.56% from 255) = 28.42%
BLUE value IS 217 (85.16% from 255) = 47.07%
R=24.51%
G=28.42%
B=47.07%

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
Decimal1131312170.480.4000.15229.6257.7864.71
Hex7183D930280Fe63a41
Octal161203331605001734672101
Binary1110001100000111101100111000010100001111111001101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7183D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,131,217); }

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

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

 a { background-color: rgb(113,131,217); }

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

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

 span { border-color: rgb(113,131,217); }

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