Html Css Color HEX #7E7CAC Deluge

📋 copy color: '#7E7CAC'

red 126 ◦ green 124 ◦ blue 172

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

Shades of Deluge #7E7CAC

Tints of Deluge #7E7CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.76%

R = 29.86%
G = 29.38%
B = 40.76%

CMYK

 C value IS 0.27

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7E7CAC (or 0x7E7CAC) is known color: Deluge. HEX triplet: 7E, 7C and AC. RGB value is (126,124,172). Sum of RGB (Red+Green+Blue) = 126+124+172=422 (55% of max value = 765). Red value is 126 (49.61% from 255 or 29.86% from 422); Green value is 124 (48.83% from 255 or 29.38% from 422); Blue value is 172 (67.58% from 255 or 40.76% from 422); Max value from RGB is 172 - color contains mainly: blue. Hex color #7E7CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E7CAC is #818353. Grayscale: #818181. Windows color (decimal): -8487764 or 11304062. OLE color: 11304062.

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

Color convert

RGB 126 124 172 -
CMYK 0.27 0.28 0 0.33
HSL 242.5º 0.22% 0.58% -
HSV(B) 242.5º 0.28% 0.67% -
XYZ 23.26 21.83 42.02 -
YUV 130.07 151.66 125.1 -
System Red Green Blue C M Y K H S L
Decimal 126 124 172 0.27 0.28 0 0.33 242.5 0.22 0.58
Hex 7E 7C AC 1B 1C 0 21 F2 16 3A
Octal 176 174 254 33 34 0 41 362 26 72
Binary 1111110 1111100 10101100 11011 11100 0 100001 11110010 10110 111010

Color Harmonies of #7E7CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E7CAC

Black with #7E7CAC

Text Example


Text Example

White with #7E7CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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