#7981DD

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

Shades of Portage #7981DD

Tints of Portage #7981DD

Color information

#7981DD (or 0x7981DD) is unknown color: approx Portage. HEX triplet: 79, 81 and DD. RGB value is (121,129,221). Sum of RGB (Red+Green+Blue) = 121+129+221=471 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.69% from 471); Green value is 129 (50.78% from 255 or 27.39% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #7981DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7981DD is #867E22. Grayscale: #888888. Windows color (decimal): -8814115 or 14516601. OLE color: 14516601.

HSL color Cylindrical-coordinate representation of color #7981DD: hue angle of 235.2º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7981DD is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB121129221-
CMYK0.450.4200.13
HSL235.2º59.52%67.06%-
HSV(B)235.2º45.25%86.67%-
XYZ28.7924.9971.71-
YUV137.1175.35116.52-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.69%
GREEN value IS 129 (50.78% from 255) = 27.39%
BLUE value IS 221 (86.72% from 255) = 46.92%
R=25.69%
G=27.39%
B=46.92%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1211292210.450.4200.13235.259.5267.06
Hex7981DD2D2A0Deb3c43
Octal171201335555201535374103
Binary1111001100000011101110110110110101001101111010111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7981DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7981DD; }

 p { color: rgb(121,129,221); }

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

<style>
 a { background-color: #7981DD; }

 a { background-color: rgb(121,129,221); }

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

<style>
 span { border-color: #7981DD; }

 span { border-color: rgb(121,129,221); }

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