#7995DB

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

Shades of Portage #7995DB

Tints of Portage #7995DB

Color information

#7995DB (or 0x7995DB) is unknown color: approx Portage. HEX triplet: 79, 95 and DB. RGB value is (121,149,219). Sum of RGB (Red+Green+Blue) = 121+149+219=489 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.74% from 489); Green value is 149 (58.59% from 255 or 30.47% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #7995DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7995DB is #866A24. Grayscale: #949494. Windows color (decimal): -8808997 or 14390649. OLE color: 14390649.

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

Color convert

RGB121149219-
CMYK0.450.3200.14
HSL222.86º57.65%66.67%-
HSV(B)222.86º44.75%85.88%-
XYZ31.4230.6771.28-
YUV148.61167.72108.31-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.74%
GREEN value IS 149 (58.59% from 255) = 30.47%
BLUE value IS 219 (85.94% from 255) = 44.79%
R=24.74%
G=30.47%
B=44.79%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1211492190.450.3200.14222.8657.6566.67
Hex7995DB2D200Edf3a43
Octal171225333554001633772103
Binary1111001100101011101101110110110000001110110111111110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7995DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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