#7C96CD

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

Shades of Portage #7C96CD

Tints of Portage #7C96CD

Color information

#7C96CD (or 0x7C96CD) is unknown color: approx Portage. HEX triplet: 7C, 96 and CD. RGB value is (124,150,205). Sum of RGB (Red+Green+Blue) = 124+150+205=479 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.89% from 479); Green value is 150 (58.98% from 255 or 31.32% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 205 - color contains mainly: blue. Hex color #7C96CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C96CD is #836932. Grayscale: #949494. Windows color (decimal): -8612147 or 13473404. OLE color: 13473404.

HSL color Cylindrical-coordinate representation of color #7C96CD: hue angle of 220.74º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7C96CD is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB124150205-
CMYK0.400.2700.20
HSL220.74º44.75%64.51%-
HSV(B)220.74º39.51%80.39%-
XYZ30.2430.5162.05-
YUV148.5159.89110.53-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.89%
GREEN value IS 150 (58.98% from 255) = 31.32%
BLUE value IS 205 (80.47% from 255) = 42.80%
R=25.89%
G=31.32%
B=42.80%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1241502050.400.2700.20220.7444.7564.51
Hex7C96CD281B014dd2d41
Octal174226315503302433555101
Binary1111100100101101100110110100011011010100110111011011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C96CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,150,205); }

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

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

 a { background-color: rgb(124,150,205); }

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

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

 span { border-color: rgb(124,150,205); }

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