Html Css Color HEX #7B6CAC Deluge

📋 copy color: '#7B6CAC'

red 123 ◦ green 108 ◦ blue 172

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

Shades of Deluge #7B6CAC

Tints of Deluge #7B6CAC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.8%

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

R = 30.52%
G = 26.8%
B = 42.68%

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

#7B6CAC (or 0x7B6CAC) is known color: Deluge. HEX triplet: 7B, 6C and AC. RGB value is (123,108,172). Sum of RGB (Red+Green+Blue) = 123+108+172=403 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.52% from 403); Green value is 108 (42.58% from 255 or 26.80% from 403); Blue value is 172 (67.58% from 255 or 42.68% from 403); Max value from RGB is 172 - color contains mainly: blue. Hex color #7B6CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6CAC is #849353. Grayscale: #777777. Windows color (decimal): -8688468 or 11299963. OLE color: 11299963.

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

Color convert

RGB 123 108 172 -
CMYK 0.28 0.37 0 0.33
HSL 254.06º 0.28% 0.55% -
HSV(B) 254.06º 0.37% 0.67% -
XYZ 20.98 17.91 41.38 -
YUV 119.78 157.47 130.3 -
System Red Green Blue C M Y K H S L
Decimal 123 108 172 0.28 0.37 0 0.33 254.06 0.28 0.55
Hex 7B 6C AC 1C 25 0 21 FE 1C 37
Octal 173 154 254 34 45 0 41 376 34 67
Binary 1111011 1101100 10101100 11100 100101 0 100001 11111110 11100 110111

Color Harmonies of #7B6CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6CAC

Black with #7B6CAC

Text Example


Text Example

White with #7B6CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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