#7F7CA5

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

Shades of Deluge #7F7CA5

Tints of Deluge #7F7CA5

Color information

#7F7CA5 (or 0x7F7CA5) is unknown color: approx Deluge. HEX triplet: 7F, 7C and A5. RGB value is (127,124,165). Sum of RGB (Red+Green+Blue) = 127+124+165=416 (55% of max value = 765). Red value is 127 (50% from 255 or 30.53% from 416); Green value is 124 (48.83% from 255 or 29.81% from 416); Blue value is 165 (64.84% from 255 or 39.66% from 416); Max value from RGB is 165 - color contains mainly: blue. Hex color #7F7CA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7CA5 is #80835A. Grayscale: #818181. Windows color (decimal): -8422235 or 10845311. OLE color: 10845311.

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

Color convert

RGB127124165-
CMYK0.230.2500.35
HSL244.39º18.55%56.67%-
HSV(B)244.39º24.85%64.71%-
XYZ22.7521.6438.58-
YUV129.57147.99126.17-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.53%
GREEN value IS 124 (48.83% from 255) = 29.81%
BLUE value IS 165 (64.84% from 255) = 39.66%
R=30.53%
G=29.81%
B=39.66%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1271241650.230.2500.35244.3918.5556.67
Hex7F7CA51719023f41339
Octal17717424527310433642371
Binary1111111111110010100101101111100101000111111010010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,124,165); }

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

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

 a { background-color: rgb(127,124,165); }

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

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

 span { border-color: rgb(127,124,165); }

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