#7B66AB

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

Shades of Deluge #7B66AB

Tints of Deluge #7B66AB

Color information

#7B66AB (or 0x7B66AB) is unknown color: approx Deluge. HEX triplet: 7B, 66 and AB. RGB value is (123,102,171). Sum of RGB (Red+Green+Blue) = 123+102+171=396 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.06% from 396); Green value is 102 (40.23% from 255 or 25.76% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 171 - color contains mainly: blue. Hex color #7B66AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B66AB is #849954. Grayscale: #737373. Windows color (decimal): -8690005 or 11232891. OLE color: 11232891.

HSL color Cylindrical-coordinate representation of color #7B66AB: hue angle of 258.26º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7B66AB is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB123102171-
CMYK0.280.4000.33
HSL258.26º29.11%53.53%-
HSV(B)258.26º40.35%67.06%-
XYZ20.2716.6540.67-
YUV116.14158.96132.89-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 31.06%
GREEN value IS 102 (40.23% from 255) = 25.76%
BLUE value IS 171 (67.19% from 255) = 43.18%
R=31.06%
G=25.76%
B=43.18%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1231021710.280.4000.33258.2629.1153.53
Hex7B66AB1C280211021d36
Octal17314625334500414023566
Binary111101111001101010101111100101000010000110000001011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B66AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,102,171); }

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

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

 a { background-color: rgb(123,102,171); }

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

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

 span { border-color: rgb(123,102,171); }

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