Html Css Color HEX #7B7391 Deluge

📋 copy color: '#7B7391'

red 123 ◦ green 115 ◦ blue 145

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

Shades of Deluge #7B7391

Tints of Deluge #7B7391

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.03%

 BLUE value IS 145 (57.03% from 255) = 37.86%

R = 32.11%
G = 30.03%
B = 37.86%

CMYK

 C value IS 0.15

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#7B7391 (or 0x7B7391) is known color: Deluge. HEX triplet: 7B, 73 and 91. RGB value is (123,115,145). Sum of RGB (Red+Green+Blue) = 123+115+145=383 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.11% from 383); Green value is 115 (45.31% from 255 or 30.03% from 383); Blue value is 145 (57.03% from 255 or 37.86% from 383); Max value from RGB is 145 - color contains mainly: blue. Hex color #7B7391 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7391 is #848C6E. Grayscale: #787878. Windows color (decimal): -8686703 or 9532283. OLE color: 9532283.

HSL color Cylindrical-coordinate representation of color #7B7391: hue angle of 256º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7B7391 is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 123 115 145 -
CMYK 0.15 0.21 0 0.43
HSL 256º 0.12% 0.51% -
HSV(B) 256º 0.21% 0.57% -
XYZ 19.41 18.52 29.34 -
YUV 120.81 141.65 129.56 -
System Red Green Blue C M Y K H S L
Decimal 123 115 145 0.15 0.21 0 0.43 256 0.12 0.51
Hex 7B 73 91 F 15 0 2B 100 C 33
Octal 173 163 221 17 25 0 53 400 14 63
Binary 1111011 1110011 10010001 1111 10101 0 101011 100000000 1100 110011

Color Harmonies of #7B7391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7391

Black with #7B7391

Text Example


Text Example

White with #7B7391

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,115,145); }

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

background-color css

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

 a { background-color: rgb(123,115,145); }

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

border-color css

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

 span { border-color: rgb(123,115,145); }

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