Html Css Color HEX #7B6993 Deluge

📋 copy color: '#7B6993'

red 123 ◦ green 105 ◦ blue 147

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

Shades of Deluge #7B6993

Tints of Deluge #7B6993

RGB

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

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

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

R = 32.8%
G = 28%
B = 39.2%

CMYK

 C value IS 0.16

 M value IS 0.29

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7B6993 (or 0x7B6993) is known color: Deluge. HEX triplet: 7B, 69 and 93. RGB value is (123,105,147). Sum of RGB (Red+Green+Blue) = 123+105+147=375 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.8% from 375); Green value is 105 (41.41% from 255 or 28% from 375); Blue value is 147 (57.81% from 255 or 39.2% from 375); Max value from RGB is 147 - color contains mainly: blue. Hex color #7B6993 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6993 is #84966C. Grayscale: #737373. Windows color (decimal): -8689261 or 9660795. OLE color: 9660795.

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

Color convert

RGB 123 105 147 -
CMYK 0.16 0.29 0 0.42
HSL 265.71º 0.17% 0.49% -
HSV(B) 265.71º 0.29% 0.58% -
XYZ 18.49 16.42 29.8 -
YUV 115.17 145.96 133.58 -
System Red Green Blue C M Y K H S L
Decimal 123 105 147 0.16 0.29 0 0.42 265.71 0.17 0.49
Hex 7B 69 93 10 1D 0 2A 10A 11 31
Octal 173 151 223 20 35 0 52 412 21 61
Binary 1111011 1101001 10010011 10000 11101 0 101010 100001010 10001 110001

Color Harmonies of #7B6993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6993

Black with #7B6993

Text Example


Text Example

White with #7B6993

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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