#7C96D6

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

Shades of Portage #7C96D6

Tints of Portage #7C96D6

Color information

#7C96D6 (or 0x7C96D6) is unknown color: approx Portage. HEX triplet: 7C, 96 and D6. RGB value is (124,150,214). Sum of RGB (Red+Green+Blue) = 124+150+214=488 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.41% from 488); Green value is 150 (58.98% from 255 or 30.74% from 488); Blue value is 214 (83.98% from 255 or 43.85% from 488); Max value from RGB is 214 - color contains mainly: blue. Hex color #7C96D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C96D6 is #836929. Grayscale: #959595. Windows color (decimal): -8612138 or 14063228. OLE color: 14063228.

HSL color Cylindrical-coordinate representation of color #7C96D6: hue angle of 222.67º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7C96D6 is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB124150214-
CMYK0.420.3000.16
HSL222.67º52.33%66.27%-
HSV(B)222.67º42.06%83.92%-
XYZ31.3630.9567.94-
YUV149.52164.39109.8-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.41%
GREEN value IS 150 (58.98% from 255) = 30.74%
BLUE value IS 214 (83.98% from 255) = 43.85%
R=25.41%
G=30.74%
B=43.85%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1241502140.420.3000.16222.6752.3366.27
Hex7C96D62A1E010df3442
Octal174226326523602033764102
Binary1111100100101101101011010101011110010000110111111101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C96D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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