Html Css Color HEX #7C7A9C Deluge

📋 copy color: '#7C7A9C'

red 124 ◦ green 122 ◦ blue 156

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

Shades of Deluge #7C7A9C

Tints of Deluge #7C7A9C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.35%

 BLUE value IS 156 (61.33% from 255) = 38.81%

R = 30.85%
G = 30.35%
B = 38.81%

CMYK

 C value IS 0.21

 M value IS 0.22

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7C7A9C (or 0x7C7A9C) is known color: Deluge. HEX triplet: 7C, 7A and 9C. RGB value is (124,122,156). Sum of RGB (Red+Green+Blue) = 124+122+156=402 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.85% from 402); Green value is 122 (48.05% from 255 or 30.35% from 402); Blue value is 156 (61.33% from 255 or 38.81% from 402); Max value from RGB is 156 - color contains mainly: blue. Hex color #7C7A9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C7A9C is #838563. Grayscale: #7E7E7E. Windows color (decimal): -8619364 or 10254972. OLE color: 10254972.

HSL color Cylindrical-coordinate representation of color #7C7A9C: hue angle of 243.53º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7C7A9C is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 124 122 156 -
CMYK 0.21 0.22 0 0.39
HSL 243.53º 0.15% 0.55% -
HSV(B) 243.53º 0.22% 0.61% -
XYZ 21.27 20.6 34.31 -
YUV 126.47 144.66 126.24 -
System Red Green Blue C M Y K H S L
Decimal 124 122 156 0.21 0.22 0 0.39 243.53 0.15 0.55
Hex 7C 7A 9C 15 16 0 27 F4 F 37
Octal 174 172 234 25 26 0 47 364 17 67
Binary 1111100 1111010 10011100 10101 10110 0 100111 11110100 1111 110111

Color Harmonies of #7C7A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7A9C

Black with #7C7A9C

Text Example


Text Example

White with #7C7A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,122,156); }

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

background-color css

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

 a { background-color: rgb(124,122,156); }

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

border-color css

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

 span { border-color: rgb(124,122,156); }

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