#7D96CE

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

Shades of Portage #7D96CE

Tints of Portage #7D96CE

Color information

#7D96CE (or 0x7D96CE) is unknown color: approx Portage. HEX triplet: 7D, 96 and CE. RGB value is (125,150,206). Sum of RGB (Red+Green+Blue) = 125+150+206=481 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.99% from 481); Green value is 150 (58.98% from 255 or 31.19% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 206 - color contains mainly: blue. Hex color #7D96CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D96CE is #826931. Grayscale: #949494. Windows color (decimal): -8546610 or 13538941. OLE color: 13538941.

HSL color Cylindrical-coordinate representation of color #7D96CE: hue angle of 221.48º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7D96CE is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB125150206-
CMYK0.390.2700.19
HSL221.48º45.25%64.9%-
HSV(B)221.48º39.32%80.78%-
XYZ30.530.6362.7-
YUV148.91160.22110.95-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.99%
GREEN value IS 150 (58.98% from 255) = 31.19%
BLUE value IS 206 (80.86% from 255) = 42.83%
R=25.99%
G=31.19%
B=42.83%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1251502060.390.2700.19221.4845.2564.9
Hex7D96CE271B013dd2d41
Octal175226316473302333555101
Binary1111101100101101100111010011111011010011110111011011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D96CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,150,206); }

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

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

 a { background-color: rgb(125,150,206); }

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

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

 span { border-color: rgb(125,150,206); }

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