Html Css Color HEX #7B7196 Deluge

📋 copy color: '#7B7196'

red 123 ◦ green 113 ◦ blue 150

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

Shades of Deluge #7B7196

Tints of Deluge #7B7196

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.27%

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

R = 31.87%
G = 29.27%
B = 38.86%

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

#7B7196 (or 0x7B7196) is known color: Deluge. HEX triplet: 7B, 71 and 96. RGB value is (123,113,150). Sum of RGB (Red+Green+Blue) = 123+113+150=386 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.87% from 386); Green value is 113 (44.53% from 255 or 29.27% from 386); Blue value is 150 (58.98% from 255 or 38.86% from 386); Max value from RGB is 150 - color contains mainly: blue. Hex color #7B7196 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7196 is #848E69. Grayscale: #787878. Windows color (decimal): -8687210 or 9859451. OLE color: 9859451.

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

Color convert

RGB 123 113 150 -
CMYK 0.18 0.25 0 0.41
HSL 256.22º 0.15% 0.52% -
HSV(B) 256.22º 0.25% 0.59% -
XYZ 19.58 18.22 31.34 -
YUV 120.21 144.81 129.99 -
System Red Green Blue C M Y K H S L
Decimal 123 113 150 0.18 0.25 0 0.41 256.22 0.15 0.52
Hex 7B 71 96 12 19 0 29 100 F 34
Octal 173 161 226 22 31 0 51 400 17 64
Binary 1111011 1110001 10010110 10010 11001 0 101001 100000000 1111 110100

Color Harmonies of #7B7196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7196

Black with #7B7196

Text Example


Text Example

White with #7B7196

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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