Html Css Color HEX #7B6A93 Deluge

📋 copy color: '#7B6A93'

red 123 ◦ green 106 ◦ blue 147

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

Shades of Deluge #7B6A93

Tints of Deluge #7B6A93

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.19%

 BLUE value IS 147 (57.81% from 255) = 39.1%

R = 32.71%
G = 28.19%
B = 39.1%

CMYK

 C value IS 0.16

 M value IS 0.28

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7B6A93 (or 0x7B6A93) is known color: Deluge. HEX triplet: 7B, 6A and 93. RGB value is (123,106,147). Sum of RGB (Red+Green+Blue) = 123+106+147=376 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.71% from 376); Green value is 106 (41.80% from 255 or 28.19% from 376); Blue value is 147 (57.81% from 255 or 39.10% from 376); Max value from RGB is 147 - color contains mainly: blue. Hex color #7B6A93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6A93 is #84956C. Grayscale: #737373. Windows color (decimal): -8689005 or 9661051. OLE color: 9661051.

HSL color Cylindrical-coordinate representation of color #7B6A93: hue angle of 264.88º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7B6A93 is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 123 106 147 -
CMYK 0.16 0.28 0 0.42
HSL 264.88º 0.16% 0.5% -
HSV(B) 264.88º 0.28% 0.58% -
XYZ 18.59 16.63 29.83 -
YUV 115.76 145.63 133.17 -
System Red Green Blue C M Y K H S L
Decimal 123 106 147 0.16 0.28 0 0.42 264.88 0.16 0.5
Hex 7B 6A 93 10 1C 0 2A 109 10 32
Octal 173 152 223 20 34 0 52 411 20 62
Binary 1111011 1101010 10010011 10000 11100 0 101010 100001001 10000 110010

Color Harmonies of #7B6A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6A93

Black with #7B6A93

Text Example


Text Example

White with #7B6A93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,106,147); }

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

background-color css

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

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

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

border-color css

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

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

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