Html Css Color HEX #7B6BAA Deluge

📋 copy color: '#7B6BAA'

red 123 ◦ green 107 ◦ blue 170

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

Shades of Deluge #7B6BAA

Tints of Deluge #7B6BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 42.5%

R = 30.75%
G = 26.75%
B = 42.5%

CMYK

 C value IS 0.28

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7B6BAA (or 0x7B6BAA) is known color: Deluge. HEX triplet: 7B, 6B and AA. RGB value is (123,107,170). Sum of RGB (Red+Green+Blue) = 123+107+170=400 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.75% from 400); Green value is 107 (42.19% from 255 or 26.75% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 170 - color contains mainly: blue. Hex color #7B6BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6BAA is #849455. Grayscale: #767676. Windows color (decimal): -8688726 or 11168635. OLE color: 11168635.

HSL color Cylindrical-coordinate representation of color #7B6BAA: hue angle of 255.24º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7B6BAA is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 123 107 170 -
CMYK 0.28 0.37 0 0.33
HSL 255.24º 0.27% 0.54% -
HSV(B) 255.24º 0.37% 0.67% -
XYZ 20.68 17.63 40.34 -
YUV 118.97 156.8 130.88 -
System Red Green Blue C M Y K H S L
Decimal 123 107 170 0.28 0.37 0 0.33 255.24 0.27 0.54
Hex 7B 6B AA 1C 25 0 21 FF 1B 36
Octal 173 153 252 34 45 0 41 377 33 66
Binary 1111011 1101011 10101010 11100 100101 0 100001 11111111 11011 110110

Color Harmonies of #7B6BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6BAA

Black with #7B6BAA

Text Example


Text Example

White with #7B6BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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