Html Css Color HEX #7B719B Deluge

📋 copy color: '#7B719B'

red 123 ◦ green 113 ◦ blue 155

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

Shades of Deluge #7B719B

Tints of Deluge #7B719B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.64%

R = 31.46%
G = 28.9%
B = 39.64%

CMYK

 C value IS 0.21

 M value IS 0.27

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7B719B (or 0x7B719B) is known color: Deluge. HEX triplet: 7B, 71 and 9B. RGB value is (123,113,155). Sum of RGB (Red+Green+Blue) = 123+113+155=391 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.46% from 391); Green value is 113 (44.53% from 255 or 28.90% from 391); Blue value is 155 (60.94% from 255 or 39.64% from 391); Max value from RGB is 155 - color contains mainly: blue. Hex color #7B719B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B719B is #848E64. Grayscale: #787878. Windows color (decimal): -8687205 or 10187131. OLE color: 10187131.

HSL color Cylindrical-coordinate representation of color #7B719B: hue angle of 254.29º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7B719B is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 123 113 155 -
CMYK 0.21 0.27 0 0.39
HSL 254.29º 0.17% 0.53% -
HSV(B) 254.29º 0.27% 0.61% -
XYZ 19.99 18.39 33.51 -
YUV 120.78 147.31 129.58 -
System Red Green Blue C M Y K H S L
Decimal 123 113 155 0.21 0.27 0 0.39 254.29 0.17 0.53
Hex 7B 71 9B 15 1B 0 27 FE 11 35
Octal 173 161 233 25 33 0 47 376 21 65
Binary 1111011 1110001 10011011 10101 11011 0 100111 11111110 10001 110101

Color Harmonies of #7B719B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B719B

Black with #7B719B

Text Example


Text Example

White with #7B719B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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