Html Css Color HEX #7C5DAB Deluge

📋 copy color: '#7C5DAB'

red 124 ◦ green 93 ◦ blue 171

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

Shades of Deluge #7C5DAB

Tints of Deluge #7C5DAB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.97%

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

R = 31.96%
G = 23.97%
B = 44.07%

CMYK

 C value IS 0.27

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7C5DAB (or 0x7C5DAB) is known color: Deluge. HEX triplet: 7C, 5D and AB. RGB value is (124,93,171). Sum of RGB (Red+Green+Blue) = 124+93+171=388 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.96% from 388); Green value is 93 (36.72% from 255 or 23.97% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 171 - color contains mainly: blue. Hex color #7C5DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C5DAB is #83A254. Grayscale: #6E6E6E. Windows color (decimal): -8626773 or 11230588. OLE color: 11230588.

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

Color convert

RGB 124 93 171 -
CMYK 0.27 0.46 0 0.33
HSL 263.85º 0.32% 0.52% -
HSV(B) 263.85º 0.46% 0.67% -
XYZ 19.58 15.05 40.4 -
YUV 111.16 161.77 137.16 -
System Red Green Blue C M Y K H S L
Decimal 124 93 171 0.27 0.46 0 0.33 263.85 0.32 0.52
Hex 7C 5D AB 1B 2E 0 21 108 20 34
Octal 174 135 253 33 56 0 41 410 40 64
Binary 1111100 1011101 10101011 11011 101110 0 100001 100001000 100000 110100

Color Harmonies of #7C5DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5DAB

Black with #7C5DAB

Text Example


Text Example

White with #7C5DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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