#7D7BAB

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

Shades of Deluge #7D7BAB

Tints of Deluge #7D7BAB

Color information

#7D7BAB (or 0x7D7BAB) is unknown color: approx Deluge. HEX triplet: 7D, 7B and AB. RGB value is (125,123,171). Sum of RGB (Red+Green+Blue) = 125+123+171=419 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.83% from 419); Green value is 123 (48.44% from 255 or 29.36% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 171 - color contains mainly: blue. Hex color #7D7BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D7BAB is #828454. Grayscale: #808080. Windows color (decimal): -8553557 or 11238269. OLE color: 11238269.

HSL color Cylindrical-coordinate representation of color #7D7BAB: hue angle of 242.5º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7D7BAB is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB125123171-
CMYK0.270.2800.33
HSL242.5º22.22%57.65%-
HSV(B)242.5º28.07%67.06%-
XYZ22.8921.4741.46-
YUV129.07151.66125.1-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.83%
GREEN value IS 123 (48.44% from 255) = 29.36%
BLUE value IS 171 (67.19% from 255) = 40.81%
R=29.83%
G=29.36%
B=40.81%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1251231710.270.2800.33242.522.2257.65
Hex7D7BAB1B1C021f2163a
Octal17517325333340413622672
Binary1111101111101110101011110111110001000011111001010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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