#7A95CE

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

Shades of Portage #7A95CE

Tints of Portage #7A95CE

Color information

#7A95CE (or 0x7A95CE) is unknown color: approx Portage. HEX triplet: 7A, 95 and CE. RGB value is (122,149,206). Sum of RGB (Red+Green+Blue) = 122+149+206=477 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.58% from 477); Green value is 149 (58.59% from 255 or 31.24% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 206 - color contains mainly: blue. Hex color #7A95CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A95CE is #856A31. Grayscale: #939393. Windows color (decimal): -8743474 or 13538682. OLE color: 13538682.

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

Color convert

RGB122149206-
CMYK0.410.2800.19
HSL220.71º46.15%64.31%-
HSV(B)220.71º40.78%80.78%-
XYZ29.9130.0962.62-
YUV147.43161.05109.87-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.58%
GREEN value IS 149 (58.59% from 255) = 31.24%
BLUE value IS 206 (80.86% from 255) = 43.19%
R=25.58%
G=31.24%
B=43.19%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1221492060.410.2800.19220.7146.1564.31
Hex7A95CE291C013dd2e40
Octal172225316513402333556100
Binary1111010100101011100111010100111100010011110111011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A95CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A95CE; }

 p { color: rgb(122,149,206); }

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

<style>
 a { background-color: #7A95CE; }

 a { background-color: rgb(122,149,206); }

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

<style>
 span { border-color: #7A95CE; }

 span { border-color: rgb(122,149,206); }

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