Html Css Color HEX #7466AE Scampi

📋 copy color: '#7466AE'

red 116 ◦ green 102 ◦ blue 174

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

Shades of Scampi #7466AE

Tints of Scampi #7466AE

RGB

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

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

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

R = 29.59%
G = 26.02%
B = 44.39%

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

#7466AE (or 0x7466AE) is known color: Scampi. HEX triplet: 74, 66 and AE. RGB value is (116,102,174). Sum of RGB (Red+Green+Blue) = 116+102+174=392 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.59% from 392); Green value is 102 (40.23% from 255 or 26.02% from 392); Blue value is 174 (68.36% from 255 or 44.39% from 392); Max value from RGB is 174 - color contains mainly: blue. Hex color #7466AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7466AE is #8B9951. Grayscale: #727272. Windows color (decimal): -9148754 or 11429492. OLE color: 11429492.

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

Color convert

RGB 116 102 174 -
CMYK 0.33 0.41 0 0.32
HSL 251.67º 0.31% 0.54% -
HSV(B) 251.67º 0.41% 0.68% -
XYZ 19.59 16.27 42.15 -
YUV 114.39 161.64 129.15 -
System Red Green Blue C M Y K H S L
Decimal 116 102 174 0.33 0.41 0 0.32 251.67 0.31 0.54
Hex 74 66 AE 21 29 0 20 FC 1F 36
Octal 164 146 256 41 51 0 40 374 37 66
Binary 1110100 1100110 10101110 100001 101001 0 100000 11111100 11111 110110

Color Harmonies of #7466AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7466AE

Black with #7466AE

Text Example


Text Example

White with #7466AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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