Html Css Color HEX #7B7493 Deluge

📋 copy color: '#7B7493'

red 123 ◦ green 116 ◦ blue 147

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

Shades of Deluge #7B7493

Tints of Deluge #7B7493

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.05%

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

R = 31.87%
G = 30.05%
B = 38.08%

CMYK

 C value IS 0.16

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7B7493 (or 0x7B7493) is known color: Deluge. HEX triplet: 7B, 74 and 93. RGB value is (123,116,147). Sum of RGB (Red+Green+Blue) = 123+116+147=386 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.87% from 386); Green value is 116 (45.70% from 255 or 30.05% from 386); Blue value is 147 (57.81% from 255 or 38.08% from 386); Max value from RGB is 147 - color contains mainly: blue. Hex color #7B7493 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7493 is #848B6C. Grayscale: #797979. Windows color (decimal): -8686445 or 9663611. OLE color: 9663611.

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

Color convert

RGB 123 116 147 -
CMYK 0.16 0.21 0 0.42
HSL 253.55º 0.13% 0.52% -
HSV(B) 253.55º 0.21% 0.58% -
XYZ 19.68 18.81 30.2 -
YUV 121.63 142.32 128.98 -
System Red Green Blue C M Y K H S L
Decimal 123 116 147 0.16 0.21 0 0.42 253.55 0.13 0.52
Hex 7B 74 93 10 15 0 2A FE D 34
Octal 173 164 223 20 25 0 52 376 15 64
Binary 1111011 1110100 10010011 10000 10101 0 101010 11111110 1101 110100

Color Harmonies of #7B7493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7493

Black with #7B7493

Text Example


Text Example

White with #7B7493

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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