Html Css Color HEX #786EAE Deluge

📋 copy color: '#786EAE'

red 120 ◦ green 110 ◦ blue 174

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

Shades of Deluge #786EAE

Tints of Deluge #786EAE

RGB

 RED value IS 120 (47.27% from 255) = 29.7%

 GREEN value IS 110 (43.36% from 255) = 27.23%

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

R = 29.7%
G = 27.23%
B = 43.07%

CMYK

 C value IS 0.31

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#786EAE (or 0x786EAE) is known color: Deluge. HEX triplet: 78, 6E and AE. RGB value is (120,110,174). Sum of RGB (Red+Green+Blue) = 120+110+174=404 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.70% from 404); Green value is 110 (43.36% from 255 or 27.23% from 404); Blue value is 174 (68.36% from 255 or 43.07% from 404); Max value from RGB is 174 - color contains mainly: blue. Hex color #786EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786EAE is #879151. Grayscale: #787878. Windows color (decimal): -8884562 or 11431544. OLE color: 11431544.

HSL color Cylindrical-coordinate representation of color #786EAE: hue angle of 249.38º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #786EAE is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 120 110 174 -
CMYK 0.31 0.37 0 0.32
HSL 249.38º 0.28% 0.56% -
HSV(B) 249.38º 0.37% 0.68% -
XYZ 20.96 18.2 42.45 -
YUV 120.29 158.31 127.8 -
System Red Green Blue C M Y K H S L
Decimal 120 110 174 0.31 0.37 0 0.32 249.38 0.28 0.56
Hex 78 6E AE 1F 25 0 20 F9 1C 38
Octal 170 156 256 37 45 0 40 371 34 70
Binary 1111000 1101110 10101110 11111 100101 0 100000 11111001 11100 111000

Color Harmonies of #786EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786EAE

Black with #786EAE

Text Example


Text Example

White with #786EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786EAE; }

 p { color: rgb(120,110,174); }

 H1.HeaderClassName
 {
   color: #786EAE;
 }
 .AnyTagClassName
 {
   color: #786EAE;
 }
</style>

background-color css

<style>
 a { background-color: #786EAE; }

 a { background-color: rgb(120,110,174); }

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

border-color css

<style>
 span { border-color: #786EAE; }

 span { border-color: rgb(120,110,174); }

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