Html Css Color HEX #7B7197 Deluge

📋 copy color: '#7B7197'

red 123 ◦ green 113 ◦ blue 151

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

Shades of Deluge #7B7197

Tints of Deluge #7B7197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 39.02%

R = 31.78%
G = 29.2%
B = 39.02%

CMYK

 C value IS 0.19

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#7B7197 (or 0x7B7197) is known color: Deluge. HEX triplet: 7B, 71 and 97. RGB value is (123,113,151). Sum of RGB (Red+Green+Blue) = 123+113+151=387 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.78% from 387); Green value is 113 (44.53% from 255 or 29.20% from 387); Blue value is 151 (59.38% from 255 or 39.02% from 387); Max value from RGB is 151 - color contains mainly: blue. Hex color #7B7197 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7197 is #848E68. Grayscale: #787878. Windows color (decimal): -8687209 or 9924987. OLE color: 9924987.

HSL color Cylindrical-coordinate representation of color #7B7197: hue angle of 255.79º 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 #7B7197 is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 123 113 151 -
CMYK 0.19 0.25 0 0.41
HSL 255.79º 0.15% 0.52% -
HSV(B) 255.79º 0.25% 0.59% -
XYZ 19.66 18.26 31.77 -
YUV 120.32 145.31 129.91 -
System Red Green Blue C M Y K H S L
Decimal 123 113 151 0.19 0.25 0 0.41 255.79 0.15 0.52
Hex 7B 71 97 13 19 0 29 100 F 34
Octal 173 161 227 23 31 0 51 400 17 64
Binary 1111011 1110001 10010111 10011 11001 0 101001 100000000 1111 110100

Color Harmonies of #7B7197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7197

Black with #7B7197

Text Example


Text Example

White with #7B7197

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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