#7A91CE

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

Shades of Portage #7A91CE

Tints of Portage #7A91CE

Color information

#7A91CE (or 0x7A91CE) is unknown color: approx Portage. HEX triplet: 7A, 91 and CE. RGB value is (122,145,206). Sum of RGB (Red+Green+Blue) = 122+145+206=473 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.79% from 473); Green value is 145 (57.03% from 255 or 30.66% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 206 - color contains mainly: blue. Hex color #7A91CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A91CE is #856E31. Grayscale: #909090. Windows color (decimal): -8744498 or 13537658. OLE color: 13537658.

HSL color Cylindrical-coordinate representation of color #7A91CE: hue angle of 223.57º 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 #7A91CE is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB122145206-
CMYK0.410.3000.19
HSL223.57º46.15%64.31%-
HSV(B)223.57º40.78%80.78%-
XYZ29.2928.8462.42-
YUV145.08162.38111.54-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.79%
GREEN value IS 145 (57.03% from 255) = 30.66%
BLUE value IS 206 (80.86% from 255) = 43.55%
R=25.79%
G=30.66%
B=43.55%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1221452060.410.3000.19223.5746.1564.31
Hex7A91CE291E013e02e40
Octal172221316513602334056100
Binary1111010100100011100111010100111110010011111000001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A91CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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