#7B7BA1

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

Shades of Deluge #7B7BA1

Tints of Deluge #7B7BA1

Color information

#7B7BA1 (or 0x7B7BA1) is unknown color: approx Deluge. HEX triplet: 7B, 7B and A1. RGB value is (123,123,161). Sum of RGB (Red+Green+Blue) = 123+123+161=407 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.22% from 407); Green value is 123 (48.44% from 255 or 30.22% from 407); Blue value is 161 (63.28% from 255 or 39.56% from 407); Max value from RGB is 161 - color contains mainly: blue. Hex color #7B7BA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7BA1 is #84845E. Grayscale: #7F7F7F. Windows color (decimal): -8684639 or 10582907. OLE color: 10582907.

HSL color Cylindrical-coordinate representation of color #7B7BA1: hue angle of 240º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7B7BA1 is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB123123161-
CMYK0.240.2400.37
HSL240º16.81%55.69%-
HSV(B)240º23.6%63.14%-
XYZ21.6820.9536.62-
YUV127.33147124.91-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.22%
GREEN value IS 123 (48.44% from 255) = 30.22%
BLUE value IS 161 (63.28% from 255) = 39.56%
R=30.22%
G=30.22%
B=39.56%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1231231610.240.2400.3724016.8155.69
Hex7B7BA11818025f01138
Octal17317324130300453602170
Binary1111011111101110100001110001100001001011111000010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B7BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,123,161); }

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

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

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

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

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

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

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