Html Css Color HEX #7E7CAD Deluge

📋 copy color: '#7E7CAD'

red 126 ◦ green 124 ◦ blue 173

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

Shades of Deluge #7E7CAD

Tints of Deluge #7E7CAD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.31%

 BLUE value IS 173 (67.97% from 255) = 40.9%

R = 29.79%
G = 29.31%
B = 40.9%

CMYK

 C value IS 0.27

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7E7CAD (or 0x7E7CAD) is known color: Deluge. HEX triplet: 7E, 7C and AD. RGB value is (126,124,173). Sum of RGB (Red+Green+Blue) = 126+124+173=423 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.79% from 423); Green value is 124 (48.83% from 255 or 29.31% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 173 - color contains mainly: blue. Hex color #7E7CAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E7CAD is #818352. Grayscale: #818181. Windows color (decimal): -8487763 or 11369598. OLE color: 11369598.

HSL color Cylindrical-coordinate representation of color #7E7CAD: hue angle of 242.45º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7E7CAD is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 126 124 173 -
CMYK 0.27 0.28 0 0.32
HSL 242.45º 0.23% 0.58% -
HSV(B) 242.45º 0.28% 0.68% -
XYZ 23.35 21.87 42.53 -
YUV 130.18 152.16 125.02 -
System Red Green Blue C M Y K H S L
Decimal 126 124 173 0.27 0.28 0 0.32 242.45 0.23 0.58
Hex 7E 7C AD 1B 1C 0 20 F2 17 3A
Octal 176 174 255 33 34 0 40 362 27 72
Binary 1111110 1111100 10101101 11011 11100 0 100000 11110010 10111 111010

Color Harmonies of #7E7CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E7CAD

Black with #7E7CAD

Text Example


Text Example

White with #7E7CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,124,173); }

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

background-color css

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

 a { background-color: rgb(126,124,173); }

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

border-color css

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

 span { border-color: rgb(126,124,173); }

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