Html Css Color HEX #7B7A95 Deluge

📋 copy color: '#7B7A95'

red 123 ◦ green 122 ◦ blue 149

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

Shades of Deluge #7B7A95

Tints of Deluge #7B7A95

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.96%

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

R = 31.22%
G = 30.96%
B = 37.82%

CMYK

 C value IS 0.17

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7B7A95 (or 0x7B7A95) is known color: Deluge. HEX triplet: 7B, 7A and 95. RGB value is (123,122,149). Sum of RGB (Red+Green+Blue) = 123+122+149=394 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.22% from 394); Green value is 122 (48.05% from 255 or 30.96% from 394); Blue value is 149 (58.59% from 255 or 37.82% from 394); Max value from RGB is 149 - color contains mainly: blue. Hex color #7B7A95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7A95 is #84856A. Grayscale: #7D7D7D. Windows color (decimal): -8684907 or 9796219. OLE color: 9796219.

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

Color convert

RGB 123 122 149 -
CMYK 0.17 0.18 0 0.42
HSL 242.22º 0.11% 0.53% -
HSV(B) 242.22º 0.18% 0.58% -
XYZ 20.55 20.3 31.27 -
YUV 125.38 141.33 126.3 -
System Red Green Blue C M Y K H S L
Decimal 123 122 149 0.17 0.18 0 0.42 242.22 0.11 0.53
Hex 7B 7A 95 11 12 0 2A F2 B 35
Octal 173 172 225 21 22 0 52 362 13 65
Binary 1111011 1111010 10010101 10001 10010 0 101010 11110010 1011 110101

Color Harmonies of #7B7A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7A95

Black with #7B7A95

Text Example


Text Example

White with #7B7A95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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