#7283DB

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

Shades of Portage #7283DB

Tints of Portage #7283DB

Color information

#7283DB (or 0x7283DB) is unknown color: approx Portage. HEX triplet: 72, 83 and DB. RGB value is (114,131,219). Sum of RGB (Red+Green+Blue) = 114+131+219=464 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.57% from 464); Green value is 131 (51.56% from 255 or 28.23% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #7283DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7283DB is #8D7C24. Grayscale: #878787. Windows color (decimal): -9272357 or 14386034. OLE color: 14386034.

HSL color Cylindrical-coordinate representation of color #7283DB: hue angle of 230.29º degrees, saturation: 0.59, 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 #7283DB is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB114131219-
CMYK0.480.4000.14
HSL230.29º59.32%65.29%-
HSV(B)230.29º47.95%85.88%-
XYZ27.8424.9270.36-
YUV135.95174.87112.34-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.57%
GREEN value IS 131 (51.56% from 255) = 28.23%
BLUE value IS 219 (85.94% from 255) = 47.20%
R=24.57%
G=28.23%
B=47.20%

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
Decimal1141312190.480.4000.14230.2959.3265.29
Hex7283DB30280Ee63b41
Octal162203333605001634673101
Binary1110010100000111101101111000010100001110111001101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7283DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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