#7998DC

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

Shades of Portage #7998DC

Tints of Portage #7998DC

Color information

#7998DC (or 0x7998DC) is unknown color: approx Portage. HEX triplet: 79, 98 and DC. RGB value is (121,152,220). Sum of RGB (Red+Green+Blue) = 121+152+220=493 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.54% from 493); Green value is 152 (59.77% from 255 or 30.83% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 220 - color contains mainly: blue. Hex color #7998DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7998DC is #866723. Grayscale: #969696. Windows color (decimal): -8808228 or 14456953. OLE color: 14456953.

HSL color Cylindrical-coordinate representation of color #7998DC: hue angle of 221.21º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7998DC is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB121152220-
CMYK0.450.3100.14
HSL221.21º58.58%66.86%-
HSV(B)221.21º45%86.27%-
XYZ32.0331.6972.14-
YUV150.48167.23106.97-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.54%
GREEN value IS 152 (59.77% from 255) = 30.83%
BLUE value IS 220 (86.33% from 255) = 44.62%
R=24.54%
G=30.83%
B=44.62%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1211522200.450.3100.14221.2158.5866.86
Hex7998DC2D1F0Edd3b43
Octal171230334553701633573103
Binary111100110011000110111001011011111101110110111011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7998DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,152,220); }

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

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

 a { background-color: rgb(121,152,220); }

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

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

 span { border-color: rgb(121,152,220); }

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