Html Css Color HEX #7C67AE Deluge

📋 copy color: '#7C67AE'

red 124 ◦ green 103 ◦ blue 174

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

Shades of Deluge #7C67AE

Tints of Deluge #7C67AE

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.69%

 BLUE value IS 174 (68.36% from 255) = 43.39%

R = 30.92%
G = 25.69%
B = 43.39%

CMYK

 C value IS 0.29

 M value IS 0.41

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7C67AE (or 0x7C67AE) is known color: Deluge. HEX triplet: 7C, 67 and AE. RGB value is (124,103,174). Sum of RGB (Red+Green+Blue) = 124+103+174=401 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.92% from 401); Green value is 103 (40.62% from 255 or 25.69% from 401); Blue value is 174 (68.36% from 255 or 43.39% from 401); Max value from RGB is 174 - color contains mainly: blue. Hex color #7C67AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C67AE is #839851. Grayscale: #757575. Windows color (decimal): -8624210 or 11429756. OLE color: 11429756.

HSL color Cylindrical-coordinate representation of color #7C67AE: hue angle of 257.75º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7C67AE is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 124 103 174 -
CMYK 0.29 0.41 0 0.32
HSL 257.75º 0.3% 0.54% -
HSV(B) 257.75º 0.41% 0.68% -
XYZ 20.8 17.04 42.24 -
YUV 117.37 159.96 132.73 -
System Red Green Blue C M Y K H S L
Decimal 124 103 174 0.29 0.41 0 0.32 257.75 0.3 0.54
Hex 7C 67 AE 1D 29 0 20 102 1E 36
Octal 174 147 256 35 51 0 40 402 36 66
Binary 1111100 1100111 10101110 11101 101001 0 100000 100000010 11110 110110

Color Harmonies of #7C67AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C67AE

Black with #7C67AE

Text Example


Text Example

White with #7C67AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,103,174); }

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

background-color css

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

 a { background-color: rgb(124,103,174); }

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

border-color css

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

 span { border-color: rgb(124,103,174); }

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