Html Css Color HEX #7B6DAB Deluge

📋 copy color: '#7B6DAB'

red 123 ◦ green 109 ◦ blue 171

#7B6DAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deluge #7B6DAB

Tints of Deluge #7B6DAB

RGB

 RED value IS 123 (48.44% from 255) = 30.52%

 GREEN value IS 109 (42.97% from 255) = 27.05%

 BLUE value IS 171 (67.19% from 255) = 42.43%

R = 30.52%
G = 27.05%
B = 42.43%

CMYK

 C value IS 0.28

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7B6DAB (or 0x7B6DAB) is known color: Deluge. HEX triplet: 7B, 6D and AB. RGB value is (123,109,171). Sum of RGB (Red+Green+Blue) = 123+109+171=403 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.52% from 403); Green value is 109 (42.97% from 255 or 27.05% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 171 - color contains mainly: blue. Hex color #7B6DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6DAB is #849254. Grayscale: #787878. Windows color (decimal): -8688213 or 11234683. OLE color: 11234683.

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

Color convert

RGB 123 109 171 -
CMYK 0.28 0.36 0 0.33
HSL 253.55º 0.27% 0.55% -
HSV(B) 253.55º 0.36% 0.67% -
XYZ 20.99 18.09 40.91 -
YUV 120.25 156.64 129.96 -
System Red Green Blue C M Y K H S L
Decimal 123 109 171 0.28 0.36 0 0.33 253.55 0.27 0.55
Hex 7B 6D AB 1C 24 0 21 FE 1B 37
Octal 173 155 253 34 44 0 41 376 33 67
Binary 1111011 1101101 10101011 11100 100100 0 100001 11111110 11011 110111

Color Harmonies of #7B6DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6DAB

Black with #7B6DAB

Text Example


Text Example

White with #7B6DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7B6DAB;
 }
 .AnyTagClassName
 {
   color: #7B6DAB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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