Html Css Color HEX #7C69AB Deluge

📋 copy color: '#7C69AB'

red 124 ◦ green 105 ◦ blue 171

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

Shades of Deluge #7C69AB

Tints of Deluge #7C69AB

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.25%

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

R = 31%
G = 26.25%
B = 42.75%

CMYK

 C value IS 0.27

 M value IS 0.39

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7C69AB (or 0x7C69AB) is known color: Deluge. HEX triplet: 7C, 69 and AB. RGB value is (124,105,171). Sum of RGB (Red+Green+Blue) = 124+105+171=400 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31% from 400); Green value is 105 (41.41% from 255 or 26.25% from 400); Blue value is 171 (67.19% from 255 or 42.75% from 400); Max value from RGB is 171 - color contains mainly: blue. Hex color #7C69AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C69AB is #839654. Grayscale: #757575. Windows color (decimal): -8623701 or 11233660. OLE color: 11233660.

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

Color convert

RGB 124 105 171 -
CMYK 0.27 0.39 0 0.33
HSL 257.27º 0.28% 0.54% -
HSV(B) 257.27º 0.39% 0.67% -
XYZ 20.71 17.33 40.78 -
YUV 118.21 157.79 132.13 -
System Red Green Blue C M Y K H S L
Decimal 124 105 171 0.27 0.39 0 0.33 257.27 0.28 0.54
Hex 7C 69 AB 1B 27 0 21 101 1C 36
Octal 174 151 253 33 47 0 41 401 34 66
Binary 1111100 1101001 10101011 11011 100111 0 100001 100000001 11100 110110

Color Harmonies of #7C69AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C69AB

Black with #7C69AB

Text Example


Text Example

White with #7C69AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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