Html Css Color HEX #7B7193 Deluge

📋 copy color: '#7B7193'

red 123 ◦ green 113 ◦ blue 147

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

Shades of Deluge #7B7193

Tints of Deluge #7B7193

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.5%

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

R = 32.11%
G = 29.5%
B = 38.38%

CMYK

 C value IS 0.16

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7B7193 (or 0x7B7193) is known color: Deluge. HEX triplet: 7B, 71 and 93. RGB value is (123,113,147). Sum of RGB (Red+Green+Blue) = 123+113+147=383 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.11% from 383); Green value is 113 (44.53% from 255 or 29.50% from 383); Blue value is 147 (57.81% from 255 or 38.38% from 383); Max value from RGB is 147 - color contains mainly: blue. Hex color #7B7193 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7193 is #848E6C. Grayscale: #777777. Windows color (decimal): -8687213 or 9662843. OLE color: 9662843.

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

Color convert

RGB 123 113 147 -
CMYK 0.16 0.23 0 0.42
HSL 257.65º 0.14% 0.51% -
HSV(B) 257.65º 0.23% 0.58% -
XYZ 19.34 18.13 30.08 -
YUV 119.87 143.31 130.24 -
System Red Green Blue C M Y K H S L
Decimal 123 113 147 0.16 0.23 0 0.42 257.65 0.14 0.51
Hex 7B 71 93 10 17 0 2A 102 E 33
Octal 173 161 223 20 27 0 52 402 16 63
Binary 1111011 1110001 10010011 10000 10111 0 101010 100000010 1110 110011

Color Harmonies of #7B7193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7193

Black with #7B7193

Text Example


Text Example

White with #7B7193

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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