#7B669B

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

Shades of Deluge #7B669B

Tints of Deluge #7B669B

Color information

#7B669B (or 0x7B669B) is unknown color: approx Deluge. HEX triplet: 7B, 66 and 9B. RGB value is (123,102,155). Sum of RGB (Red+Green+Blue) = 123+102+155=380 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.37% from 380); Green value is 102 (40.23% from 255 or 26.84% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 155 - color contains mainly: blue. Hex color #7B669B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B669B is #849964. Grayscale: #727272. Windows color (decimal): -8690021 or 10184315. OLE color: 10184315.

HSL color Cylindrical-coordinate representation of color #7B669B: hue angle of 263.77º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7B669B is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB123102155-
CMYK0.210.3400.39
HSL263.77º20.95%50.39%-
HSV(B)263.77º34.19%60.78%-
XYZ18.8416.0833.12-
YUV114.32150.96134.19-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 32.37%
GREEN value IS 102 (40.23% from 255) = 26.84%
BLUE value IS 155 (60.94% from 255) = 40.79%
R=32.37%
G=26.84%
B=40.79%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1231021550.210.3400.39263.7720.9550.39
Hex7B669B15220271081532
Octal17314623325420474102562
Binary111101111001101001101110101100010010011110000100010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B669B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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