Html Css Color HEX #7B6999 Deluge

📋 copy color: '#7B6999'

red 123 ◦ green 105 ◦ blue 153

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

Shades of Deluge #7B6999

Tints of Deluge #7B6999

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.56%

 BLUE value IS 153 (60.16% from 255) = 40.16%

R = 32.28%
G = 27.56%
B = 40.16%

CMYK

 C value IS 0.20

 M value IS 0.31

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#7B6999 (or 0x7B6999) is known color: Deluge. HEX triplet: 7B, 69 and 99. RGB value is (123,105,153). Sum of RGB (Red+Green+Blue) = 123+105+153=381 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.28% from 381); Green value is 105 (41.41% from 255 or 27.56% from 381); Blue value is 153 (60.16% from 255 or 40.16% from 381); Max value from RGB is 153 - color contains mainly: blue. Hex color #7B6999 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6999 is #849666. Grayscale: #737373. Windows color (decimal): -8689255 or 10054011. OLE color: 10054011.

HSL color Cylindrical-coordinate representation of color #7B6999: hue angle of 262.5º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7B6999 is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 123 105 153 -
CMYK 0.20 0.31 0 0.4
HSL 262.5º 0.19% 0.51% -
HSV(B) 262.5º 0.31% 0.6% -
XYZ 18.97 16.61 32.34 -
YUV 115.85 148.96 133.1 -
System Red Green Blue C M Y K H S L
Decimal 123 105 153 0.20 0.31 0 0.4 262.5 0.19 0.51
Hex 7B 69 99 14 1F 0 28 106 13 33
Octal 173 151 231 24 37 0 50 406 23 63
Binary 1111011 1101001 10011001 10100 11111 0 101000 100000110 10011 110011

Color Harmonies of #7B6999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6999

Black with #7B6999

Text Example


Text Example

White with #7B6999

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,105,153); }

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

background-color css

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

 a { background-color: rgb(123,105,153); }

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

border-color css

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

 span { border-color: rgb(123,105,153); }

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