#7B65AB

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

Shades of Deluge #7B65AB

Tints of Deluge #7B65AB

Color information

#7B65AB (or 0x7B65AB) is unknown color: approx Deluge. HEX triplet: 7B, 65 and AB. RGB value is (123,101,171). Sum of RGB (Red+Green+Blue) = 123+101+171=395 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.14% from 395); Green value is 101 (39.84% from 255 or 25.57% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 171 - color contains mainly: blue. Hex color #7B65AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B65AB is #849A54. Grayscale: #737373. Windows color (decimal): -8690261 or 11232635. OLE color: 11232635.

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

Color convert

RGB123101171-
CMYK0.280.4100.33
HSL258.86º29.41%53.33%-
HSV(B)258.86º40.94%67.06%-
XYZ20.1716.4640.64-
YUV115.56159.29133.31-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 31.14%
GREEN value IS 101 (39.84% from 255) = 25.57%
BLUE value IS 171 (67.19% from 255) = 43.29%
R=31.14%
G=25.57%
B=43.29%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1231011710.280.4100.33258.8629.4153.33
Hex7B65AB1C290211031d35
Octal17314525334510414033565
Binary111101111001011010101111100101001010000110000001111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B65AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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