Html Css Color HEX #7E6CB0 Deluge

📋 copy color: '#7E6CB0'

red 126 ◦ green 108 ◦ blue 176

#7E6CB0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deluge #7E6CB0

Tints of Deluge #7E6CB0

RGB

 RED value IS 126 (49.61% from 255) = 30.73%

 GREEN value IS 108 (42.58% from 255) = 26.34%

 BLUE value IS 176 (69.14% from 255) = 42.93%

R = 30.73%
G = 26.34%
B = 42.93%

CMYK

 C value IS 0.28

 M value IS 0.39

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7E6CB0 (or 0x7E6CB0) is known color: Deluge. HEX triplet: 7E, 6C and B0. RGB value is (126,108,176). Sum of RGB (Red+Green+Blue) = 126+108+176=410 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.73% from 410); Green value is 108 (42.58% from 255 or 26.34% from 410); Blue value is 176 (69.14% from 255 or 42.93% from 410); Max value from RGB is 176 - color contains mainly: blue. Hex color #7E6CB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E6CB0 is #81934F. Grayscale: #787878. Windows color (decimal): -8491856 or 11562110. OLE color: 11562110.

HSL color Cylindrical-coordinate representation of color #7E6CB0: hue angle of 255.88º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7E6CB0 is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 126 108 176 -
CMYK 0.28 0.39 0 0.31
HSL 255.88º 0.3% 0.56% -
HSV(B) 255.88º 0.39% 0.69% -
XYZ 21.8 18.3 43.46 -
YUV 121.13 158.96 131.47 -
System Red Green Blue C M Y K H S L
Decimal 126 108 176 0.28 0.39 0 0.31 255.88 0.3 0.56
Hex 7E 6C B0 1C 27 0 1F 100 1E 38
Octal 176 154 260 34 47 0 37 400 36 70
Binary 1111110 1101100 10110000 11100 100111 0 11111 100000000 11110 111000

Color Harmonies of #7E6CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E6CB0

Black with #7E6CB0

Text Example


Text Example

White with #7E6CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7E6CB0;
 }
 .AnyTagClassName
 {
   color: #7E6CB0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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