#7281DB

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

Shades of Portage #7281DB

Tints of Portage #7281DB

Color information

#7281DB (or 0x7281DB) is unknown color: approx Portage. HEX triplet: 72, 81 and DB. RGB value is (114,129,219). Sum of RGB (Red+Green+Blue) = 114+129+219=462 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.68% from 462); Green value is 129 (50.78% from 255 or 27.92% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 219 - color contains mainly: blue. Hex color #7281DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7281DB is #8D7E24. Grayscale: #868686. Windows color (decimal): -9272869 or 14385522. OLE color: 14385522.

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

Color convert

RGB114129219-
CMYK0.480.4100.14
HSL231.43º59.32%65.29%-
HSV(B)231.43º47.95%85.88%-
XYZ27.5824.3970.27-
YUV134.78175.53113.18-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.68%
GREEN value IS 129 (50.78% from 255) = 27.92%
BLUE value IS 219 (85.94% from 255) = 47.40%
R=24.68%
G=27.92%
B=47.40%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1141292190.480.4100.14231.4359.3265.29
Hex7281DB30290Ee73b41
Octal162201333605101634773101
Binary1110010100000011101101111000010100101110111001111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7281DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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