Html Css Color HEX #7B5EA9 Deluge

📋 copy color: '#7B5EA9'

red 123 ◦ green 94 ◦ blue 169

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

Shades of Deluge #7B5EA9

Tints of Deluge #7B5EA9

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.35%

 BLUE value IS 169 (66.41% from 255) = 43.78%

R = 31.87%
G = 24.35%
B = 43.78%

CMYK

 C value IS 0.27

 M value IS 0.44

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#7B5EA9 (or 0x7B5EA9) is known color: Deluge. HEX triplet: 7B, 5E and A9. RGB value is (123,94,169). Sum of RGB (Red+Green+Blue) = 123+94+169=386 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.87% from 386); Green value is 94 (37.11% from 255 or 24.35% from 386); Blue value is 169 (66.41% from 255 or 43.78% from 386); Max value from RGB is 169 - color contains mainly: blue. Hex color #7B5EA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B5EA9 is #84A156. Grayscale: #6E6E6E. Windows color (decimal): -8692055 or 11099771. OLE color: 11099771.

HSL color Cylindrical-coordinate representation of color #7B5EA9: hue angle of 263.2º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7B5EA9 is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 123 94 169 -
CMYK 0.27 0.44 0 0.34
HSL 263.2º 0.3% 0.52% -
HSV(B) 263.2º 0.44% 0.66% -
XYZ 19.33 15.08 39.43 -
YUV 111.22 160.61 136.4 -
System Red Green Blue C M Y K H S L
Decimal 123 94 169 0.27 0.44 0 0.34 263.2 0.3 0.52
Hex 7B 5E A9 1B 2C 0 22 107 1E 34
Octal 173 136 251 33 54 0 42 407 36 64
Binary 1111011 1011110 10101001 11011 101100 0 100010 100000111 11110 110100

Color Harmonies of #7B5EA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5EA9

Black with #7B5EA9

Text Example


Text Example

White with #7B5EA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,94,169); }

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

background-color css

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

 a { background-color: rgb(123,94,169); }

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

border-color css

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

 span { border-color: rgb(123,94,169); }

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