Html Css Color HEX #7F72AC Deluge

📋 copy color: '#7F72AC'

red 127 ◦ green 114 ◦ blue 172

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

Shades of Deluge #7F72AC

Tints of Deluge #7F72AC

RGB

 RED value IS 127 (50% from 255) = 30.75%

 GREEN value IS 114 (44.92% from 255) = 27.6%

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

R = 30.75%
G = 27.6%
B = 41.65%

CMYK

 C value IS 0.26

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7F72AC (or 0x7F72AC) is known color: Deluge. HEX triplet: 7F, 72 and AC. RGB value is (127,114,172). Sum of RGB (Red+Green+Blue) = 127+114+172=413 (54% of max value = 765). Red value is 127 (50% from 255 or 30.75% from 413); Green value is 114 (44.92% from 255 or 27.60% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 172 - color contains mainly: blue. Hex color #7F72AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F72AC is #808D53. Grayscale: #7C7C7C. Windows color (decimal): -8424788 or 11301503. OLE color: 11301503.

HSL color Cylindrical-coordinate representation of color #7F72AC: hue angle of 253.45º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7F72AC is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 127 114 172 -
CMYK 0.26 0.34 0 0.33
HSL 253.45º 0.26% 0.56% -
HSV(B) 253.45º 0.34% 0.67% -
XYZ 22.22 19.53 41.63 -
YUV 124.5 154.81 129.78 -
System Red Green Blue C M Y K H S L
Decimal 127 114 172 0.26 0.34 0 0.33 253.45 0.26 0.56
Hex 7F 72 AC 1A 22 0 21 FD 1A 38
Octal 177 162 254 32 42 0 41 375 32 70
Binary 1111111 1110010 10101100 11010 100010 0 100001 11111101 11010 111000

Color Harmonies of #7F72AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F72AC

Black with #7F72AC

Text Example


Text Example

White with #7F72AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,114,172); }

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

background-color css

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

 a { background-color: rgb(127,114,172); }

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

border-color css

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

 span { border-color: rgb(127,114,172); }

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