#7996CF

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

Shades of Portage #7996CF

Tints of Portage #7996CF

Color information

#7996CF (or 0x7996CF) is unknown color: approx Portage. HEX triplet: 79, 96 and CF. RGB value is (121,150,207). Sum of RGB (Red+Green+Blue) = 121+150+207=478 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.31% from 478); Green value is 150 (58.98% from 255 or 31.38% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 207 - color contains mainly: blue. Hex color #7996CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7996CF is #866930. Grayscale: #939393. Windows color (decimal): -8808753 or 13604473. OLE color: 13604473.

HSL color Cylindrical-coordinate representation of color #7996CF: hue angle of 219.77º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7996CF is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB121150207-
CMYK0.420.2800.19
HSL219.77º47.25%64.31%-
HSV(B)219.77º41.55%81.18%-
XYZ30.0530.3863.31-
YUV147.83161.39108.87-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.31%
GREEN value IS 150 (58.98% from 255) = 31.38%
BLUE value IS 207 (81.25% from 255) = 43.31%
R=25.31%
G=31.38%
B=43.31%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1211502070.420.2800.19219.7747.2564.31
Hex7996CF2A1C013dc2f40
Octal171226317523402333457100
Binary1111001100101101100111110101011100010011110111001011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7996CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7996CF; }

 p { color: rgb(121,150,207); }

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

<style>
 a { background-color: #7996CF; }

 a { background-color: rgb(121,150,207); }

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

<style>
 span { border-color: #7996CF; }

 span { border-color: rgb(121,150,207); }

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