Html Css Color HEX #7B689D Deluge

📋 copy color: '#7B689D'

red 123 ◦ green 104 ◦ blue 157

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

Shades of Deluge #7B689D

Tints of Deluge #7B689D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.08%

 BLUE value IS 157 (61.72% from 255) = 40.89%

R = 32.03%
G = 27.08%
B = 40.89%

CMYK

 C value IS 0.22

 M value IS 0.34

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7B689D (or 0x7B689D) is known color: Deluge. HEX triplet: 7B, 68 and 9D. RGB value is (123,104,157). Sum of RGB (Red+Green+Blue) = 123+104+157=384 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.03% from 384); Green value is 104 (41.02% from 255 or 27.08% from 384); Blue value is 157 (61.72% from 255 or 40.89% from 384); Max value from RGB is 157 - color contains mainly: blue. Hex color #7B689D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B689D is #849762. Grayscale: #737373. Windows color (decimal): -8689507 or 10315899. OLE color: 10315899.

HSL color Cylindrical-coordinate representation of color #7B689D: hue angle of 261.51º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7B689D is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 123 104 157 -
CMYK 0.22 0.34 0 0.38
HSL 261.51º 0.21% 0.51% -
HSV(B) 261.51º 0.34% 0.62% -
XYZ 19.2 16.55 34.08 -
YUV 115.72 151.29 133.19 -
System Red Green Blue C M Y K H S L
Decimal 123 104 157 0.22 0.34 0 0.38 261.51 0.21 0.51
Hex 7B 68 9D 16 22 0 26 106 15 33
Octal 173 150 235 26 42 0 46 406 25 63
Binary 1111011 1101000 10011101 10110 100010 0 100110 100000110 10101 110011

Color Harmonies of #7B689D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B689D

Black with #7B689D

Text Example


Text Example

White with #7B689D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,104,157); }

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

background-color css

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

 a { background-color: rgb(123,104,157); }

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

border-color css

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

 span { border-color: rgb(123,104,157); }

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