Html Css Color HEX #7B6BB6 Deluge

📋 copy color: '#7B6BB6'

red 123 ◦ green 107 ◦ blue 182

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

Shades of Deluge #7B6BB6

Tints of Deluge #7B6BB6

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.97%

 BLUE value IS 182 (71.48% from 255) = 44.17%

R = 29.85%
G = 25.97%
B = 44.17%

CMYK

 C value IS 0.32

 M value IS 0.41

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7B6BB6 (or 0x7B6BB6) is known color: Deluge. HEX triplet: 7B, 6B and B6. RGB value is (123,107,182). Sum of RGB (Red+Green+Blue) = 123+107+182=412 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.85% from 412); Green value is 107 (42.19% from 255 or 25.97% from 412); Blue value is 182 (71.48% from 255 or 44.17% from 412); Max value from RGB is 182 - color contains mainly: blue. Hex color #7B6BB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B6BB6 is #849449. Grayscale: #787878. Windows color (decimal): -8688714 or 11955067. OLE color: 11955067.

HSL color Cylindrical-coordinate representation of color #7B6BB6: hue angle of 252.8º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7B6BB6 is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 123 107 182 -
CMYK 0.32 0.41 0 0.29
HSL 252.8º 0.34% 0.57% -
HSV(B) 252.8º 0.41% 0.71% -
XYZ 21.87 18.1 46.6 -
YUV 120.33 162.8 129.9 -
System Red Green Blue C M Y K H S L
Decimal 123 107 182 0.32 0.41 0 0.29 252.8 0.34 0.57
Hex 7B 6B B6 20 29 0 1D FD 22 39
Octal 173 153 266 40 51 0 35 375 42 71
Binary 1111011 1101011 10110110 100000 101001 0 11101 11111101 100010 111001

Color Harmonies of #7B6BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6BB6

Black with #7B6BB6

Text Example


Text Example

White with #7B6BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,107,182); }

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

background-color css

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

 a { background-color: rgb(123,107,182); }

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

border-color css

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

 span { border-color: rgb(123,107,182); }

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