#7995D7

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

Shades of Portage #7995D7

Tints of Portage #7995D7

Color information

#7995D7 (or 0x7995D7) is unknown color: approx Portage. HEX triplet: 79, 95 and D7. RGB value is (121,149,215). Sum of RGB (Red+Green+Blue) = 121+149+215=485 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.95% from 485); Green value is 149 (58.59% from 255 or 30.72% from 485); Blue value is 215 (84.38% from 255 or 44.33% from 485); Max value from RGB is 215 - color contains mainly: blue. Hex color #7995D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7995D7 is #866A28. Grayscale: #939393. Windows color (decimal): -8809001 or 14128505. OLE color: 14128505.

HSL color Cylindrical-coordinate representation of color #7995D7: hue angle of 222.13º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7995D7 is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB121149215-
CMYK0.440.3100.16
HSL222.13º54.02%65.88%-
HSV(B)222.13º43.72%84.31%-
XYZ30.930.4768.54-
YUV148.15165.72108.63-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.95%
GREEN value IS 149 (58.59% from 255) = 30.72%
BLUE value IS 215 (84.38% from 255) = 44.33%
R=24.95%
G=30.72%
B=44.33%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1211492150.440.3100.16222.1354.0265.88
Hex7995D72C1F010de3642
Octal171225327543702033666102
Binary1111001100101011101011110110011111010000110111101101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7995D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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