Html Css Color HEX #7B6EAC Deluge

📋 copy color: '#7B6EAC'

red 123 ◦ green 110 ◦ blue 172

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

Shades of Deluge #7B6EAC

Tints of Deluge #7B6EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 42.47%

R = 30.37%
G = 27.16%
B = 42.47%

CMYK

 C value IS 0.28

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7B6EAC (or 0x7B6EAC) is known color: Deluge. HEX triplet: 7B, 6E and AC. RGB value is (123,110,172). Sum of RGB (Red+Green+Blue) = 123+110+172=405 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.37% from 405); Green value is 110 (43.36% from 255 or 27.16% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 172 - color contains mainly: blue. Hex color #7B6EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6EAC is #849153. Grayscale: #787878. Windows color (decimal): -8687956 or 11300475. OLE color: 11300475.

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

Color convert

RGB 123 110 172 -
CMYK 0.28 0.36 0 0.33
HSL 252.58º 0.27% 0.55% -
HSV(B) 252.58º 0.36% 0.67% -
XYZ 21.19 18.34 41.45 -
YUV 120.96 156.81 129.46 -
System Red Green Blue C M Y K H S L
Decimal 123 110 172 0.28 0.36 0 0.33 252.58 0.27 0.55
Hex 7B 6E AC 1C 24 0 21 FD 1B 37
Octal 173 156 254 34 44 0 41 375 33 67
Binary 1111011 1101110 10101100 11100 100100 0 100001 11111101 11011 110111

Color Harmonies of #7B6EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6EAC

Black with #7B6EAC

Text Example


Text Example

White with #7B6EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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