#7283DC

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

Shades of Portage #7283DC

Tints of Portage #7283DC

Color information

#7283DC (or 0x7283DC) is unknown color: approx Portage. HEX triplet: 72, 83 and DC. RGB value is (114,131,220). Sum of RGB (Red+Green+Blue) = 114+131+220=465 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.52% from 465); Green value is 131 (51.56% from 255 or 28.17% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #7283DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7283DC is #8D7C23. Grayscale: #878787. Windows color (decimal): -9272356 or 14451570. OLE color: 14451570.

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

Color convert

RGB114131220-
CMYK0.480.4000.14
HSL230.38º60.23%65.49%-
HSV(B)230.38º48.18%86.27%-
XYZ27.9724.9871.06-
YUV136.06175.37112.26-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.52%
GREEN value IS 131 (51.56% from 255) = 28.17%
BLUE value IS 220 (86.33% from 255) = 47.31%
R=24.52%
G=28.17%
B=47.31%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1141312200.480.4000.14230.3860.2365.49
Hex7283DC30280Ee63c41
Octal162203334605001634674101
Binary1110010100000111101110011000010100001110111001101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7283DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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