Html Css Color HEX #7B7096 Deluge

📋 copy color: '#7B7096'

red 123 ◦ green 112 ◦ blue 150

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

Shades of Deluge #7B7096

Tints of Deluge #7B7096

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.09%

 BLUE value IS 150 (58.98% from 255) = 38.96%

R = 31.95%
G = 29.09%
B = 38.96%

CMYK

 C value IS 0.18

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#7B7096 (or 0x7B7096) is known color: Deluge. HEX triplet: 7B, 70 and 96. RGB value is (123,112,150). Sum of RGB (Red+Green+Blue) = 123+112+150=385 (50% of max value = 765). Red value is 123 (48.44% from 255 or 31.95% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 150 (58.98% from 255 or 38.96% from 385); Max value from RGB is 150 - color contains mainly: blue. Hex color #7B7096 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7096 is #848F69. Grayscale: #777777. Windows color (decimal): -8687466 or 9859195. OLE color: 9859195.

HSL color Cylindrical-coordinate representation of color #7B7096: hue angle of 257.37º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7B7096 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 123 112 150 -
CMYK 0.18 0.25 0 0.41
HSL 257.37º 0.15% 0.51% -
HSV(B) 257.37º 0.25% 0.59% -
XYZ 19.47 18 31.3 -
YUV 119.62 145.14 130.41 -
System Red Green Blue C M Y K H S L
Decimal 123 112 150 0.18 0.25 0 0.41 257.37 0.15 0.51
Hex 7B 70 96 12 19 0 29 101 F 33
Octal 173 160 226 22 31 0 51 401 17 63
Binary 1111011 1110000 10010110 10010 11001 0 101001 100000001 1111 110011

Color Harmonies of #7B7096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7096

Black with #7B7096

Text Example


Text Example

White with #7B7096

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,112,150); }

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

background-color css

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

 a { background-color: rgb(123,112,150); }

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

border-color css

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

 span { border-color: rgb(123,112,150); }

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