Html Css Color HEX #7B7992 Deluge

📋 copy color: '#7B7992'

red 123 ◦ green 121 ◦ blue 146

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

Shades of Deluge #7B7992

Tints of Deluge #7B7992

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.03%

 BLUE value IS 146 (57.42% from 255) = 37.44%

R = 31.54%
G = 31.03%
B = 37.44%

CMYK

 C value IS 0.16

 M value IS 0.17

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#7B7992 (or 0x7B7992) is known color: Deluge. HEX triplet: 7B, 79 and 92. RGB value is (123,121,146). Sum of RGB (Red+Green+Blue) = 123+121+146=390 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.54% from 390); Green value is 121 (47.66% from 255 or 31.03% from 390); Blue value is 146 (57.42% from 255 or 37.44% from 390); Max value from RGB is 146 - color contains mainly: blue. Hex color #7B7992 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7992 is #84866D. Grayscale: #7C7C7C. Windows color (decimal): -8685166 or 9599355. OLE color: 9599355.

HSL color Cylindrical-coordinate representation of color #7B7992: hue angle of 244.8º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7B7992 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 123 121 146 -
CMYK 0.16 0.17 0 0.43
HSL 244.8º 0.1% 0.52% -
HSV(B) 244.8º 0.17% 0.57% -
XYZ 20.19 19.96 29.98 -
YUV 124.45 140.16 126.97 -
System Red Green Blue C M Y K H S L
Decimal 123 121 146 0.16 0.17 0 0.43 244.8 0.1 0.52
Hex 7B 79 92 10 11 0 2B F5 A 34
Octal 173 171 222 20 21 0 53 365 12 64
Binary 1111011 1111001 10010010 10000 10001 0 101011 11110101 1010 110100

Color Harmonies of #7B7992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7992

Black with #7B7992

Text Example


Text Example

White with #7B7992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,121,146); }

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

background-color css

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

 a { background-color: rgb(123,121,146); }

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

border-color css

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

 span { border-color: rgb(123,121,146); }

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