Html Css Color HEX #7C6B9D Deluge

📋 copy color: '#7C6B9D'

red 124 ◦ green 107 ◦ blue 157

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

Shades of Deluge #7C6B9D

Tints of Deluge #7C6B9D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.58%

 BLUE value IS 157 (61.72% from 255) = 40.46%

R = 31.96%
G = 27.58%
B = 40.46%

CMYK

 C value IS 0.21

 M value IS 0.32

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7C6B9D (or 0x7C6B9D) is known color: Deluge. HEX triplet: 7C, 6B and 9D. RGB value is (124,107,157). Sum of RGB (Red+Green+Blue) = 124+107+157=388 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.96% from 388); Green value is 107 (42.19% from 255 or 27.58% from 388); Blue value is 157 (61.72% from 255 or 40.46% from 388); Max value from RGB is 157 - color contains mainly: blue. Hex color #7C6B9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6B9D is #839462. Grayscale: #757575. Windows color (decimal): -8623203 or 10316668. OLE color: 10316668.

HSL color Cylindrical-coordinate representation of color #7C6B9D: hue angle of 260.4º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7C6B9D is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 124 107 157 -
CMYK 0.21 0.32 0 0.38
HSL 260.4º 0.2% 0.52% -
HSV(B) 260.4º 0.32% 0.62% -
XYZ 19.66 17.23 34.19 -
YUV 117.78 150.13 132.43 -
System Red Green Blue C M Y K H S L
Decimal 124 107 157 0.21 0.32 0 0.38 260.4 0.2 0.52
Hex 7C 6B 9D 15 20 0 26 104 14 34
Octal 174 153 235 25 40 0 46 404 24 64
Binary 1111100 1101011 10011101 10101 100000 0 100110 100000100 10100 110100

Color Harmonies of #7C6B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6B9D

Black with #7C6B9D

Text Example


Text Example

White with #7C6B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,107,157); }

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

background-color css

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

 a { background-color: rgb(124,107,157); }

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

border-color css

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

 span { border-color: rgb(124,107,157); }

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