#7F72A7

Color #7F72A7 Deluge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deluge #7F72A7

Tints of Deluge #7F72A7

Color information

#7F72A7 (or 0x7F72A7) is unknown color: approx Deluge. HEX triplet: 7F, 72 and A7. RGB value is (127,114,167). Sum of RGB (Red+Green+Blue) = 127+114+167=408 (54% of max value = 765). Red value is 127 (50% from 255 or 31.13% from 408); Green value is 114 (44.92% from 255 or 27.94% from 408); Blue value is 167 (65.62% from 255 or 40.93% from 408); Max value from RGB is 167 - color contains mainly: blue. Hex color #7F72A7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F72A7 is #808D58. Grayscale: #7B7B7B. Windows color (decimal): -8424793 or 10973823. OLE color: 10973823.

HSL color Cylindrical-coordinate representation of color #7F72A7: hue angle of 254.72º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7F72A7 is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB127114167-
CMYK0.240.3200.35
HSL254.72º23.14%55.1%-
HSV(B)254.72º31.74%65.49%-
XYZ21.7419.3439.15-
YUV123.93152.31130.19-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.13%
GREEN value IS 114 (44.92% from 255) = 27.94%
BLUE value IS 167 (65.62% from 255) = 40.93%
R=31.13%
G=27.94%
B=40.93%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1271141670.240.3200.35254.7223.1455.1
Hex7F72A71820023ff1737
Octal17716224730400433772767
Binary11111111110010101001111100010000001000111111111110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F72A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7F72A7;
 }
 .AnyTagClassName
 {
   color: #7F72A7;
 }
</style>
background-color css

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

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

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

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

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

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