Html Css Color HEX #7B6EAA Deluge

📋 copy color: '#7B6EAA'

red 123 ◦ green 110 ◦ blue 170

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

Shades of Deluge #7B6EAA

Tints of Deluge #7B6EAA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.3%

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

R = 30.52%
G = 27.3%
B = 42.18%

CMYK

 C value IS 0.28

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7B6EAA (or 0x7B6EAA) is known color: Deluge. HEX triplet: 7B, 6E and AA. RGB value is (123,110,170). Sum of RGB (Red+Green+Blue) = 123+110+170=403 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.52% from 403); Green value is 110 (43.36% from 255 or 27.30% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 170 - color contains mainly: blue. Hex color #7B6EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6EAA is #849155. Grayscale: #787878. Windows color (decimal): -8687958 or 11169403. OLE color: 11169403.

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

Color convert

RGB 123 110 170 -
CMYK 0.28 0.35 0 0.33
HSL 253º 0.26% 0.55% -
HSV(B) 253º 0.35% 0.67% -
XYZ 21 18.27 40.45 -
YUV 120.73 155.81 129.62 -
System Red Green Blue C M Y K H S L
Decimal 123 110 170 0.28 0.35 0 0.33 253 0.26 0.55
Hex 7B 6E AA 1C 23 0 21 FD 1A 37
Octal 173 156 252 34 43 0 41 375 32 67
Binary 1111011 1101110 10101010 11100 100011 0 100001 11111101 11010 110111

Color Harmonies of #7B6EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6EAA

Black with #7B6EAA

Text Example


Text Example

White with #7B6EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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