#7F7CA8

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

Shades of Deluge #7F7CA8

Tints of Deluge #7F7CA8

Color information

#7F7CA8 (or 0x7F7CA8) is unknown color: approx Deluge. HEX triplet: 7F, 7C and A8. RGB value is (127,124,168). Sum of RGB (Red+Green+Blue) = 127+124+168=419 (55% of max value = 765). Red value is 127 (50% from 255 or 30.31% from 419); Green value is 124 (48.83% from 255 or 29.59% from 419); Blue value is 168 (66.02% from 255 or 40.10% from 419); Max value from RGB is 168 - color contains mainly: blue. Hex color #7F7CA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7CA8 is #808357. Grayscale: #818181. Windows color (decimal): -8422232 or 11041919. OLE color: 11041919.

HSL color Cylindrical-coordinate representation of color #7F7CA8: hue angle of 244.09º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7F7CA8 is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB127124168-
CMYK0.240.2600.34
HSL244.09º20.18%57.25%-
HSV(B)244.09º26.19%65.88%-
XYZ23.0321.7540.03-
YUV129.91149.49125.92-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.31%
GREEN value IS 124 (48.83% from 255) = 29.59%
BLUE value IS 168 (66.02% from 255) = 40.10%
R=30.31%
G=29.59%
B=40.10%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1271241680.240.2600.34244.0920.1857.25
Hex7F7CA8181A022f41439
Octal17717425030320423642471
Binary1111111111110010101000110001101001000101111010010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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