#7D96DC

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

Shades of Portage #7D96DC

Tints of Portage #7D96DC

Color information

#7D96DC (or 0x7D96DC) is unknown color: approx Portage. HEX triplet: 7D, 96 and DC. RGB value is (125,150,220). Sum of RGB (Red+Green+Blue) = 125+150+220=495 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.25% from 495); Green value is 150 (58.98% from 255 or 30.30% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #7D96DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D96DC is #826923. Grayscale: #969696. Windows color (decimal): -8546596 or 14456445. OLE color: 14456445.

HSL color Cylindrical-coordinate representation of color #7D96DC: hue angle of 224.21º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7D96DC is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB125150220-
CMYK0.430.3200.14
HSL224.21º57.58%67.65%-
HSV(B)224.21º43.18%86.27%-
XYZ32.2831.3472.06-
YUV150.5167.22109.81-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.25%
GREEN value IS 150 (58.98% from 255) = 30.30%
BLUE value IS 220 (86.33% from 255) = 44.44%
R=25.25%
G=30.30%
B=44.44%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1251502200.430.3200.14224.2157.5867.65
Hex7D96DC2B200Ee03a44
Octal175226334534001634072104
Binary1111101100101101101110010101110000001110111000001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D96DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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