#7F7BAD

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

Shades of Deluge #7F7BAD

Tints of Deluge #7F7BAD

Color information

#7F7BAD (or 0x7F7BAD) is unknown color: approx Deluge. HEX triplet: 7F, 7B and AD. RGB value is (127,123,173). Sum of RGB (Red+Green+Blue) = 127+123+173=423 (56% of max value = 765). Red value is 127 (50% from 255 or 30.02% from 423); Green value is 123 (48.44% from 255 or 29.08% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 173 - color contains mainly: blue. Hex color #7F7BAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7BAD is #808452. Grayscale: #818181. Windows color (decimal): -8422483 or 11369343. OLE color: 11369343.

HSL color Cylindrical-coordinate representation of color #7F7BAD: hue angle of 244.8º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7F7BAD is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB127123173-
CMYK0.270.2900.32
HSL244.8º23.36%58.04%-
HSV(B)244.8º28.9%67.84%-
XYZ23.3821.742.49-
YUV129.9152.33125.93-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.02%
GREEN value IS 123 (48.44% from 255) = 29.08%
BLUE value IS 173 (67.97% from 255) = 40.90%
R=30.02%
G=29.08%
B=40.90%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1271231730.270.2900.32244.823.3658.04
Hex7F7BAD1B1D020f5173a
Octal17717325533350403652772
Binary1111111111101110101101110111110101000001111010110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,123,173); }

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

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

 a { background-color: rgb(127,123,173); }

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

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

 span { border-color: rgb(127,123,173); }

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