Html Css Color HEX #7C66AB Deluge

📋 copy color: '#7C66AB'

red 124 ◦ green 102 ◦ blue 171

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

Shades of Deluge #7C66AB

Tints of Deluge #7C66AB

RGB

 RED value IS 124 (48.83% from 255) = 31.23%

 GREEN value IS 102 (40.23% from 255) = 25.69%

 BLUE value IS 171 (67.19% from 255) = 43.07%

R = 31.23%
G = 25.69%
B = 43.07%

CMYK

 C value IS 0.27

 M value IS 0.40

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7C66AB (or 0x7C66AB) is known color: Deluge. HEX triplet: 7C, 66 and AB. RGB value is (124,102,171). Sum of RGB (Red+Green+Blue) = 124+102+171=397 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.23% from 397); Green value is 102 (40.23% from 255 or 25.69% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 171 - color contains mainly: blue. Hex color #7C66AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C66AB is #839954. Grayscale: #747474. Windows color (decimal): -8624469 or 11232892. OLE color: 11232892.

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

Color convert

RGB 124 102 171 -
CMYK 0.27 0.40 0 0.33
HSL 259.13º 0.29% 0.54% -
HSV(B) 259.13º 0.4% 0.67% -
XYZ 20.41 16.73 40.68 -
YUV 116.44 158.79 133.39 -
System Red Green Blue C M Y K H S L
Decimal 124 102 171 0.27 0.40 0 0.33 259.13 0.29 0.54
Hex 7C 66 AB 1B 28 0 21 103 1D 36
Octal 174 146 253 33 50 0 41 403 35 66
Binary 1111100 1100110 10101011 11011 101000 0 100001 100000011 11101 110110

Color Harmonies of #7C66AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C66AB

Black with #7C66AB

Text Example


Text Example

White with #7C66AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,102,171); }

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

background-color css

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

 a { background-color: rgb(124,102,171); }

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

border-color css

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

 span { border-color: rgb(124,102,171); }

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