#7483DC

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

Shades of Portage #7483DC

Tints of Portage #7483DC

Color information

#7483DC (or 0x7483DC) is unknown color: approx Portage. HEX triplet: 74, 83 and DC. RGB value is (116,131,220). Sum of RGB (Red+Green+Blue) = 116+131+220=467 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.84% from 467); Green value is 131 (51.56% from 255 or 28.05% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #7483DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7483DC is #8B7C23. Grayscale: #888888. Windows color (decimal): -9141284 or 14451572. OLE color: 14451572.

HSL color Cylindrical-coordinate representation of color #7483DC: hue angle of 231.35º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7483DC is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB116131220-
CMYK0.470.4000.14
HSL231.35º59.77%65.88%-
HSV(B)231.35º47.27%86.27%-
XYZ28.2425.1171.07-
YUV136.66175.03113.26-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.84%
GREEN value IS 131 (51.56% from 255) = 28.05%
BLUE value IS 220 (86.33% from 255) = 47.11%
R=24.84%
G=28.05%
B=47.11%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1161312200.470.4000.14231.3559.7765.88
Hex7483DC2F280Ee73c42
Octal164203334575001634774102
Binary1110100100000111101110010111110100001110111001111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7483DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7483DC; }

 p { color: rgb(116,131,220); }

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

<style>
 a { background-color: #7483DC; }

 a { background-color: rgb(116,131,220); }

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

<style>
 span { border-color: #7483DC; }

 span { border-color: rgb(116,131,220); }

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