#7F66B4

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

Shades of Deluge #7F66B4

Tints of Deluge #7F66B4

Color information

#7F66B4 (or 0x7F66B4) is unknown color: approx Deluge. HEX triplet: 7F, 66 and B4. RGB value is (127,102,180). Sum of RGB (Red+Green+Blue) = 127+102+180=409 (54% of max value = 765). Red value is 127 (50% from 255 or 31.05% from 409); Green value is 102 (40.23% from 255 or 24.94% from 409); Blue value is 180 (70.70% from 255 or 44.01% from 409); Max value from RGB is 180 - color contains mainly: blue. Hex color #7F66B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F66B4 is #80994B. Grayscale: #767676. Windows color (decimal): -8427852 or 11822719. OLE color: 11822719.

HSL color Cylindrical-coordinate representation of color #7F66B4: hue angle of 259.23º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7F66B4 is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB127102180-
CMYK0.290.4300.29
HSL259.23º34.21%55.29%-
HSV(B)259.23º43.33%70.59%-
XYZ21.7417.3145.38-
YUV118.37162.78134.16-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.05%
GREEN value IS 102 (40.23% from 255) = 24.94%
BLUE value IS 180 (70.70% from 255) = 44.01%
R=31.05%
G=24.94%
B=44.01%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1271021800.290.4300.29259.2334.2155.29
Hex7F66B41D2B01D1032237
Octal17714626435530354034267
Binary111111111001101011010011101101011011101100000011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F66B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,102,180); }

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

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

 a { background-color: rgb(127,102,180); }

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

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

 span { border-color: rgb(127,102,180); }

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