Html Css Color HEX #7B6796 Deluge

📋 copy color: '#7B6796'

red 123 ◦ green 103 ◦ blue 150

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

Shades of Deluge #7B6796

Tints of Deluge #7B6796

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.39%

 BLUE value IS 150 (58.98% from 255) = 39.89%

R = 32.71%
G = 27.39%
B = 39.89%

CMYK

 C value IS 0.18

 M value IS 0.31

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#7B6796 (or 0x7B6796) is known color: Deluge. HEX triplet: 7B, 67 and 96. RGB value is (123,103,150). Sum of RGB (Red+Green+Blue) = 123+103+150=376 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.71% from 376); Green value is 103 (40.62% from 255 or 27.39% from 376); Blue value is 150 (58.98% from 255 or 39.89% from 376); Max value from RGB is 150 - color contains mainly: blue. Hex color #7B6796 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6796 is #849869. Grayscale: #727272. Windows color (decimal): -8689770 or 9856891. OLE color: 9856891.

HSL color Cylindrical-coordinate representation of color #7B6796: hue angle of 265.53º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7B6796 is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 123 103 150 -
CMYK 0.18 0.31 0 0.41
HSL 265.53º 0.19% 0.5% -
HSV(B) 265.53º 0.31% 0.59% -
XYZ 18.52 16.11 30.99 -
YUV 114.34 148.13 134.18 -
System Red Green Blue C M Y K H S L
Decimal 123 103 150 0.18 0.31 0 0.41 265.53 0.19 0.5
Hex 7B 67 96 12 1F 0 29 10A 13 32
Octal 173 147 226 22 37 0 51 412 23 62
Binary 1111011 1100111 10010110 10010 11111 0 101001 100001010 10011 110010

Color Harmonies of #7B6796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6796

Black with #7B6796

Text Example


Text Example

White with #7B6796

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,103,150); }

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

background-color css

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

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

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

border-color css

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

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

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