Html Css Color HEX #7B6A99 Deluge

📋 copy color: '#7B6A99'

red 123 ◦ green 106 ◦ blue 153

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

Shades of Deluge #7B6A99

Tints of Deluge #7B6A99

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.75%

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

R = 32.2%
G = 27.75%
B = 40.05%

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

#7B6A99 (or 0x7B6A99) is known color: Deluge. HEX triplet: 7B, 6A and 99. RGB value is (123,106,153). Sum of RGB (Red+Green+Blue) = 123+106+153=382 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.20% from 382); Green value is 106 (41.80% from 255 or 27.75% from 382); Blue value is 153 (60.16% from 255 or 40.05% from 382); Max value from RGB is 153 - color contains mainly: blue. Hex color #7B6A99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6A99 is #849566. Grayscale: #747474. Windows color (decimal): -8688999 or 10054267. OLE color: 10054267.

HSL color Cylindrical-coordinate representation of color #7B6A99: hue angle of 261.7º 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 #7B6A99 is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 123 106 153 -
CMYK 0.20 0.31 0 0.4
HSL 261.7º 0.19% 0.51% -
HSV(B) 261.7º 0.31% 0.6% -
XYZ 19.07 16.82 32.38 -
YUV 116.44 148.63 132.68 -
System Red Green Blue C M Y K H S L
Decimal 123 106 153 0.20 0.31 0 0.4 261.7 0.19 0.51
Hex 7B 6A 99 14 1F 0 28 106 13 33
Octal 173 152 231 24 37 0 50 406 23 63
Binary 1111011 1101010 10011001 10100 11111 0 101000 100000110 10011 110011

Color Harmonies of #7B6A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6A99

Black with #7B6A99

Text Example


Text Example

White with #7B6A99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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