Html Css Color HEX #7D7AAC Deluge

📋 copy color: '#7D7AAC'

red 125 ◦ green 122 ◦ blue 172

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

Shades of Deluge #7D7AAC

Tints of Deluge #7D7AAC

RGB

 RED value IS 125 (49.22% from 255) = 29.83%

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

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

R = 29.83%
G = 29.12%
B = 41.05%

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

#7D7AAC (or 0x7D7AAC) is known color: Deluge. HEX triplet: 7D, 7A and AC. RGB value is (125,122,172). Sum of RGB (Red+Green+Blue) = 125+122+172=419 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.83% from 419); Green value is 122 (48.05% from 255 or 29.12% from 419); Blue value is 172 (67.58% from 255 or 41.05% from 419); Max value from RGB is 172 - color contains mainly: blue. Hex color #7D7AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D7AAC is #828553. Grayscale: #808080. Windows color (decimal): -8553812 or 11303549. OLE color: 11303549.

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

Color convert

RGB 125 122 172 -
CMYK 0.27 0.29 0 0.33
HSL 243.6º 0.23% 0.58% -
HSV(B) 243.6º 0.29% 0.67% -
XYZ 22.86 21.26 41.93 -
YUV 128.6 152.49 125.43 -
System Red Green Blue C M Y K H S L
Decimal 125 122 172 0.27 0.29 0 0.33 243.6 0.23 0.58
Hex 7D 7A AC 1B 1D 0 21 F4 17 3A
Octal 175 172 254 33 35 0 41 364 27 72
Binary 1111101 1111010 10101100 11011 11101 0 100001 11110100 10111 111010

Color Harmonies of #7D7AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7AAC

Black with #7D7AAC

Text Example


Text Example

White with #7D7AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,122,172); }

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

background-color css

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

 a { background-color: rgb(125,122,172); }

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

border-color css

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

 span { border-color: rgb(125,122,172); }

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