#7B6BAF

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

Shades of Deluge #7B6BAF

Tints of Deluge #7B6BAF

Color information

#7B6BAF (or 0x7B6BAF) is unknown color: approx Deluge. HEX triplet: 7B, 6B and AF. RGB value is (123,107,175). Sum of RGB (Red+Green+Blue) = 123+107+175=405 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.37% from 405); Green value is 107 (42.19% from 255 or 26.42% from 405); Blue value is 175 (68.75% from 255 or 43.21% from 405); Max value from RGB is 175 - color contains mainly: blue. Hex color #7B6BAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6BAF is #849450. Grayscale: #777777. Windows color (decimal): -8688721 or 11496315. OLE color: 11496315.

HSL color Cylindrical-coordinate representation of color #7B6BAF: hue angle of 254.12º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7B6BAF is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB123107175-
CMYK0.300.3900.31
HSL254.12º29.82%55.29%-
HSV(B)254.12º38.86%68.63%-
XYZ21.1617.8242.88-
YUV119.54159.3130.47-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.37%
GREEN value IS 107 (42.19% from 255) = 26.42%
BLUE value IS 175 (68.75% from 255) = 43.21%
R=30.37%
G=26.42%
B=43.21%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1231071750.300.3900.31254.1229.8255.29
Hex7B6BAF1E2701Ffe1e37
Octal17315325736470373763667
Binary1111011110101110101111111101001110111111111111011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,107,175); }

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

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

 a { background-color: rgb(123,107,175); }

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

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

 span { border-color: rgb(123,107,175); }

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