Html Css Color HEX #7E78AC Deluge

📋 copy color: '#7E78AC'

red 126 ◦ green 120 ◦ blue 172

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

Shades of Deluge #7E78AC

Tints of Deluge #7E78AC

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.71%

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

R = 30.14%
G = 28.71%
B = 41.15%

CMYK

 C value IS 0.27

 M value IS 0.30

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7E78AC (or 0x7E78AC) is known color: Deluge. HEX triplet: 7E, 78 and AC. RGB value is (126,120,172). Sum of RGB (Red+Green+Blue) = 126+120+172=418 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.14% from 418); Green value is 120 (47.27% from 255 or 28.71% from 418); Blue value is 172 (67.58% from 255 or 41.15% from 418); Max value from RGB is 172 - color contains mainly: blue. Hex color #7E78AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E78AC is #818753. Grayscale: #7F7F7F. Windows color (decimal): -8488788 or 11303038. OLE color: 11303038.

HSL color Cylindrical-coordinate representation of color #7E78AC: hue angle of 246.92º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7E78AC is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 126 120 172 -
CMYK 0.27 0.30 0 0.33
HSL 246.92º 0.24% 0.57% -
HSV(B) 246.92º 0.3% 0.67% -
XYZ 22.77 20.85 41.85 -
YUV 127.72 152.99 126.77 -
System Red Green Blue C M Y K H S L
Decimal 126 120 172 0.27 0.30 0 0.33 246.92 0.24 0.57
Hex 7E 78 AC 1B 1E 0 21 F7 18 39
Octal 176 170 254 33 36 0 41 367 30 71
Binary 1111110 1111000 10101100 11011 11110 0 100001 11110111 11000 111001

Color Harmonies of #7E78AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E78AC

Black with #7E78AC

Text Example


Text Example

White with #7E78AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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