#7C7195

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

Shades of Deluge #7C7195

Tints of Deluge #7C7195

Color information

#7C7195 (or 0x7C7195) is unknown color: approx Deluge. HEX triplet: 7C, 71 and 95. RGB value is (124,113,149). Sum of RGB (Red+Green+Blue) = 124+113+149=386 (51% of max value = 765). Red value is 124 (48.83% from 255 or 32.12% from 386); Green value is 113 (44.53% from 255 or 29.27% from 386); Blue value is 149 (58.59% from 255 or 38.60% from 386); Max value from RGB is 149 - color contains mainly: blue. Hex color #7C7195 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C7195 is #838E6A. Grayscale: #787878. Windows color (decimal): -8621675 or 9793916. OLE color: 9793916.

HSL color Cylindrical-coordinate representation of color #7C7195: hue angle of 258.33º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7C7195 is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB124113149-
CMYK0.170.2400.42
HSL258.33º14.52%51.37%-
HSV(B)258.33º24.16%58.43%-
XYZ19.6418.2730.92-
YUV120.39144.14130.57-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 32.12%
GREEN value IS 113 (44.53% from 255) = 29.27%
BLUE value IS 149 (58.59% from 255) = 38.60%
R=32.12%
G=29.27%
B=38.60%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1241131490.170.2400.42258.3314.5251.37
Hex7C7195111802A102f33
Octal17416122521300524021763
Binary1111100111000110010101100011100001010101000000101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,113,149); }

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

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

 a { background-color: rgb(124,113,149); }

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

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

 span { border-color: rgb(124,113,149); }

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