#7997db

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

Shades of Portage #7997DB

Tints of Portage #7997DB

Color information

#7997DB (or 0x7997DB) is unknown color: approx Portage. HEX triplet: 79, 97 and DB. RGB value is (121,151,219). Sum of RGB (Red+Green+Blue) = 121+151+219=491 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.64% from 491); Green value is 151 (59.38% from 255 or 30.75% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #7997DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7997DB is #866824. Grayscale: #959595. Windows color (decimal): -8808485 or 14391161. OLE color: 14391161.

HSL color Cylindrical-coordinate representation of color #7997DB: hue angle of 221.63º degrees, saturation: 0.58, 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 #7997DB is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB121151219-
CMYK0.450.3100.14
HSL221.63º57.65%66.67%-
HSV(B)221.63º44.75%85.88%-
XYZ31.7431.3171.39-
YUV149.78167.06107.47-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.64%
GREEN value IS 151 (59.38% from 255) = 30.75%
BLUE value IS 219 (85.94% from 255) = 44.60%
R=24.64%
G=30.75%
B=44.60%

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
Decimal1211512190.450.3100.14221.6357.6566.67
Hex7997DB2D1F0Ede3a43
Octal171227333553701633672103
Binary111100110010111110110111011011111101110110111101110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7997db

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7997db; }

 p { color: rgb(121,151,219); }

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

<style>
 a { background-color: #7997db; }

 a { background-color: rgb(121,151,219); }

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

<style>
 span { border-color: #7997db; }

 span { border-color: rgb(121,151,219); }

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