Html Css Color HEX #7B6F93 Deluge

📋 copy color: '#7B6F93'

red 123 ◦ green 111 ◦ blue 147

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

Shades of Deluge #7B6F93

Tints of Deluge #7B6F93

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.13%

 BLUE value IS 147 (57.81% from 255) = 38.58%

R = 32.28%
G = 29.13%
B = 38.58%

CMYK

 C value IS 0.16

 M value IS 0.24

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7B6F93 (or 0x7B6F93) is known color: Deluge. HEX triplet: 7B, 6F and 93. RGB value is (123,111,147). Sum of RGB (Red+Green+Blue) = 123+111+147=381 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.28% from 381); Green value is 111 (43.75% from 255 or 29.13% from 381); Blue value is 147 (57.81% from 255 or 38.58% from 381); Max value from RGB is 147 - color contains mainly: blue. Hex color #7B6F93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6F93 is #84906C. Grayscale: #767676. Windows color (decimal): -8687725 or 9662331. OLE color: 9662331.

HSL color Cylindrical-coordinate representation of color #7B6F93: hue angle of 260º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7B6F93 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 123 111 147 -
CMYK 0.16 0.24 0 0.42
HSL 260º 0.14% 0.51% -
HSV(B) 260º 0.24% 0.58% -
XYZ 19.12 17.69 30.01 -
YUV 118.69 143.98 131.07 -
System Red Green Blue C M Y K H S L
Decimal 123 111 147 0.16 0.24 0 0.42 260 0.14 0.51
Hex 7B 6F 93 10 18 0 2A 104 E 33
Octal 173 157 223 20 30 0 52 404 16 63
Binary 1111011 1101111 10010011 10000 11000 0 101010 100000100 1110 110011

Color Harmonies of #7B6F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6F93

Black with #7B6F93

Text Example


Text Example

White with #7B6F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,111,147); }

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

background-color css

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

 a { background-color: rgb(123,111,147); }

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

border-color css

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

 span { border-color: rgb(123,111,147); }

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