Html Css Color HEX #786AAD Scampi

📋 copy color: '#786AAD'

red 120 ◦ green 106 ◦ blue 173

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

Shades of Scampi #786AAD

Tints of Scampi #786AAD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.57%

 BLUE value IS 173 (67.97% from 255) = 43.36%

R = 30.08%
G = 26.57%
B = 43.36%

CMYK

 C value IS 0.31

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#786AAD (or 0x786AAD) is known color: Scampi. HEX triplet: 78, 6A and AD. RGB value is (120,106,173). Sum of RGB (Red+Green+Blue) = 120+106+173=399 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.08% from 399); Green value is 106 (41.80% from 255 or 26.57% from 399); Blue value is 173 (67.97% from 255 or 43.36% from 399); Max value from RGB is 173 - color contains mainly: blue. Hex color #786AAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786AAD is #879552. Grayscale: #757575. Windows color (decimal): -8885587 or 11364984. OLE color: 11364984.

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

Color convert

RGB 120 106 173 -
CMYK 0.31 0.39 0 0.32
HSL 252.54º 0.29% 0.55% -
HSV(B) 252.54º 0.39% 0.68% -
XYZ 20.44 17.32 41.8 -
YUV 117.82 159.14 129.55 -
System Red Green Blue C M Y K H S L
Decimal 120 106 173 0.31 0.39 0 0.32 252.54 0.29 0.55
Hex 78 6A AD 1F 27 0 20 FD 1D 37
Octal 170 152 255 37 47 0 40 375 35 67
Binary 1111000 1101010 10101101 11111 100111 0 100000 11111101 11101 110111

Color Harmonies of #786AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786AAD

Black with #786AAD

Text Example


Text Example

White with #786AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,106,173); }

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

background-color css

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

 a { background-color: rgb(120,106,173); }

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

border-color css

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

 span { border-color: rgb(120,106,173); }

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