#7E6CB7

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

Shades of Deluge #7E6CB7

Tints of Deluge #7E6CB7

Color information

#7E6CB7 (or 0x7E6CB7) is unknown color: approx Deluge. HEX triplet: 7E, 6C and B7. RGB value is (126,108,183). Sum of RGB (Red+Green+Blue) = 126+108+183=417 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.22% from 417); Green value is 108 (42.58% from 255 or 25.90% from 417); Blue value is 183 (71.88% from 255 or 43.88% from 417); Max value from RGB is 183 - color contains mainly: blue. Hex color #7E6CB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E6CB7 is #819348. Grayscale: #797979. Windows color (decimal): -8491849 or 12020862. OLE color: 12020862.

HSL color Cylindrical-coordinate representation of color #7E6CB7: hue angle of 254.4º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7E6CB7 is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB126108183-
CMYK0.310.4100.28
HSL254.4º34.25%57.06%-
HSV(B)254.4º40.98%71.76%-
XYZ22.5118.5847.2-
YUV121.93162.46130.9-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.22%
GREEN value IS 108 (42.58% from 255) = 25.90%
BLUE value IS 183 (71.88% from 255) = 43.88%
R=30.22%
G=25.90%
B=43.88%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1261081830.310.4100.28254.434.2557.06
Hex7E6CB71F2901Cfe2239
Octal17615426737510343764271
Binary11111101101100101101111111110100101110011111110100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,108,183); }

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

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

 a { background-color: rgb(126,108,183); }

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

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

 span { border-color: rgb(126,108,183); }

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