Html Css Color HEX #7C79AB Deluge

📋 copy color: '#7C79AB'

red 124 ◦ green 121 ◦ blue 171

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

Shades of Deluge #7C79AB

Tints of Deluge #7C79AB

RGB

 RED value IS 124 (48.83% from 255) = 29.81%

 GREEN value IS 121 (47.66% from 255) = 29.09%

 BLUE value IS 171 (67.19% from 255) = 41.11%

R = 29.81%
G = 29.09%
B = 41.11%

CMYK

 C value IS 0.27

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7C79AB (or 0x7C79AB) is known color: Deluge. HEX triplet: 7C, 79 and AB. RGB value is (124,121,171). Sum of RGB (Red+Green+Blue) = 124+121+171=416 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.81% from 416); Green value is 121 (47.66% from 255 or 29.09% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 171 - color contains mainly: blue. Hex color #7C79AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C79AB is #838654. Grayscale: #7F7F7F. Windows color (decimal): -8619605 or 11237756. OLE color: 11237756.

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

Color convert

RGB 124 121 171 -
CMYK 0.27 0.29 0 0.33
HSL 243.6º 0.23% 0.57% -
HSV(B) 243.6º 0.29% 0.67% -
XYZ 22.5 20.9 41.38 -
YUV 127.6 152.49 125.43 -
System Red Green Blue C M Y K H S L
Decimal 124 121 171 0.27 0.29 0 0.33 243.6 0.23 0.57
Hex 7C 79 AB 1B 1D 0 21 F4 17 39
Octal 174 171 253 33 35 0 41 364 27 71
Binary 1111100 1111001 10101011 11011 11101 0 100001 11110100 10111 111001

Color Harmonies of #7C79AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C79AB

Black with #7C79AB

Text Example


Text Example

White with #7C79AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,121,171); }

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

background-color css

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

 a { background-color: rgb(124,121,171); }

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

border-color css

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

 span { border-color: rgb(124,121,171); }

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