Html Css Color HEX #7B7293 Deluge

📋 copy color: '#7B7293'

red 123 ◦ green 114 ◦ blue 147

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

Shades of Deluge #7B7293

Tints of Deluge #7B7293

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.69%

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

R = 32.03%
G = 29.69%
B = 38.28%

CMYK

 C value IS 0.16

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7B7293 (or 0x7B7293) is known color: Deluge. HEX triplet: 7B, 72 and 93. RGB value is (123,114,147). Sum of RGB (Red+Green+Blue) = 123+114+147=384 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.03% from 384); Green value is 114 (44.92% from 255 or 29.69% from 384); Blue value is 147 (57.81% from 255 or 38.28% from 384); Max value from RGB is 147 - color contains mainly: blue. Hex color #7B7293 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7293 is #848D6C. Grayscale: #787878. Windows color (decimal): -8686957 or 9663099. OLE color: 9663099.

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

Color convert

RGB 123 114 147 -
CMYK 0.16 0.22 0 0.42
HSL 256.36º 0.13% 0.51% -
HSV(B) 256.36º 0.22% 0.58% -
XYZ 19.45 18.35 30.12 -
YUV 120.45 142.98 129.82 -
System Red Green Blue C M Y K H S L
Decimal 123 114 147 0.16 0.22 0 0.42 256.36 0.13 0.51
Hex 7B 72 93 10 16 0 2A 100 D 33
Octal 173 162 223 20 26 0 52 400 15 63
Binary 1111011 1110010 10010011 10000 10110 0 101010 100000000 1101 110011

Color Harmonies of #7B7293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7293

Black with #7B7293

Text Example


Text Example

White with #7B7293

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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