Html Css Color HEX #7B719F Deluge

📋 copy color: '#7B719F'

red 123 ◦ green 113 ◦ blue 159

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

Shades of Deluge #7B719F

Tints of Deluge #7B719F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 40.25%

R = 31.14%
G = 28.61%
B = 40.25%

CMYK

 C value IS 0.23

 M value IS 0.29

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7B719F (or 0x7B719F) is known color: Deluge. HEX triplet: 7B, 71 and 9F. RGB value is (123,113,159). Sum of RGB (Red+Green+Blue) = 123+113+159=395 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.14% from 395); Green value is 113 (44.53% from 255 or 28.61% from 395); Blue value is 159 (62.5% from 255 or 40.25% from 395); Max value from RGB is 159 - color contains mainly: blue. Hex color #7B719F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B719F is #848E60. Grayscale: #797979. Windows color (decimal): -8687201 or 10449275. OLE color: 10449275.

HSL color Cylindrical-coordinate representation of color #7B719F: hue angle of 253.04º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7B719F is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 123 113 159 -
CMYK 0.23 0.29 0 0.38
HSL 253.04º 0.19% 0.53% -
HSV(B) 253.04º 0.29% 0.62% -
XYZ 20.33 18.52 35.3 -
YUV 121.23 149.31 129.26 -
System Red Green Blue C M Y K H S L
Decimal 123 113 159 0.23 0.29 0 0.38 253.04 0.19 0.53
Hex 7B 71 9F 17 1D 0 26 FD 13 35
Octal 173 161 237 27 35 0 46 375 23 65
Binary 1111011 1110001 10011111 10111 11101 0 100110 11111101 10011 110101

Color Harmonies of #7B719F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B719F

Black with #7B719F

Text Example


Text Example

White with #7B719F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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