Html Css Color HEX #7466AD Scampi

📋 copy color: '#7466AD'

red 116 ◦ green 102 ◦ blue 173

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

Shades of Scampi #7466AD

Tints of Scampi #7466AD

RGB

 RED value IS 116 (45.7% from 255) = 29.67%

 GREEN value IS 102 (40.23% from 255) = 26.09%

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

R = 29.67%
G = 26.09%
B = 44.25%

CMYK

 C value IS 0.33

 M value IS 0.41

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7466AD (or 0x7466AD) is known color: Scampi. HEX triplet: 74, 66 and AD. RGB value is (116,102,173). Sum of RGB (Red+Green+Blue) = 116+102+173=391 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.67% from 391); Green value is 102 (40.23% from 255 or 26.09% from 391); Blue value is 173 (67.97% from 255 or 44.25% from 391); Max value from RGB is 173 - color contains mainly: blue. Hex color #7466AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7466AD is #8B9952. Grayscale: #727272. Windows color (decimal): -9148755 or 11363956. OLE color: 11363956.

HSL color Cylindrical-coordinate representation of color #7466AD: hue angle of 251.83º 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 #7466AD is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 116 102 173 -
CMYK 0.33 0.41 0 0.32
HSL 251.83º 0.3% 0.54% -
HSV(B) 251.83º 0.41% 0.68% -
XYZ 19.5 16.23 41.64 -
YUV 114.28 161.14 129.23 -
System Red Green Blue C M Y K H S L
Decimal 116 102 173 0.33 0.41 0 0.32 251.83 0.3 0.54
Hex 74 66 AD 21 29 0 20 FC 1E 36
Octal 164 146 255 41 51 0 40 374 36 66
Binary 1110100 1100110 10101101 100001 101001 0 100000 11111100 11110 110110

Color Harmonies of #7466AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7466AD

Black with #7466AD

Text Example


Text Example

White with #7466AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7466AD; }

 p { color: rgb(116,102,173); }

 H1.HeaderClassName
 {
   color: #7466AD;
 }
 .AnyTagClassName
 {
   color: #7466AD;
 }
</style>

background-color css

<style>
 a { background-color: #7466AD; }

 a { background-color: rgb(116,102,173); }

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

border-color css

<style>
 span { border-color: #7466AD; }

 span { border-color: rgb(116,102,173); }

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