Html Css Color HEX #7B7795 Deluge

📋 copy color: '#7B7795'

red 123 ◦ green 119 ◦ blue 149

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

Shades of Deluge #7B7795

Tints of Deluge #7B7795

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.43%

 BLUE value IS 149 (58.59% from 255) = 38.11%

R = 31.46%
G = 30.43%
B = 38.11%

CMYK

 C value IS 0.17

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7B7795 (or 0x7B7795) is known color: Deluge. HEX triplet: 7B, 77 and 95. RGB value is (123,119,149). Sum of RGB (Red+Green+Blue) = 123+119+149=391 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.46% from 391); Green value is 119 (46.88% from 255 or 30.43% from 391); Blue value is 149 (58.59% from 255 or 38.11% from 391); Max value from RGB is 149 - color contains mainly: blue. Hex color #7B7795 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7795 is #84886A. Grayscale: #7B7B7B. Windows color (decimal): -8685675 or 9795451. OLE color: 9795451.

HSL color Cylindrical-coordinate representation of color #7B7795: hue angle of 248º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7B7795 is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 123 119 149 -
CMYK 0.17 0.20 0 0.42
HSL 248º 0.12% 0.53% -
HSV(B) 248º 0.2% 0.58% -
XYZ 20.19 19.57 31.15 -
YUV 123.62 142.33 127.56 -
System Red Green Blue C M Y K H S L
Decimal 123 119 149 0.17 0.20 0 0.42 248 0.12 0.53
Hex 7B 77 95 11 14 0 2A F8 C 35
Octal 173 167 225 21 24 0 52 370 14 65
Binary 1111011 1110111 10010101 10001 10100 0 101010 11111000 1100 110101

Color Harmonies of #7B7795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7795

Black with #7B7795

Text Example


Text Example

White with #7B7795

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,119,149); }

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

background-color css

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

 a { background-color: rgb(123,119,149); }

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

border-color css

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

 span { border-color: rgb(123,119,149); }

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