Html Css Color HEX #7466AB Scampi

📋 copy color: '#7466AB'

red 116 ◦ green 102 ◦ blue 171

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

Shades of Scampi #7466AB

Tints of Scampi #7466AB

RGB

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

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

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

R = 29.82%
G = 26.22%
B = 43.96%

CMYK

 C value IS 0.32

 M value IS 0.40

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7466AB (or 0x7466AB) is known color: Scampi. HEX triplet: 74, 66 and AB. RGB value is (116,102,171). Sum of RGB (Red+Green+Blue) = 116+102+171=389 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.82% from 389); Green value is 102 (40.23% from 255 or 26.22% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 171 - color contains mainly: blue. Hex color #7466AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7466AB is #8B9954. Grayscale: #717171. Windows color (decimal): -9148757 or 11232884. OLE color: 11232884.

HSL color Cylindrical-coordinate representation of color #7466AB: hue angle of 252.17º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7466AB is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 102 171 -
CMYK 0.32 0.40 0 0.33
HSL 252.17º 0.29% 0.54% -
HSV(B) 252.17º 0.4% 0.67% -
XYZ 19.3 16.16 40.63 -
YUV 114.05 160.14 129.39 -
System Red Green Blue C M Y K H S L
Decimal 116 102 171 0.32 0.40 0 0.33 252.17 0.29 0.54
Hex 74 66 AB 20 28 0 21 FC 1D 36
Octal 164 146 253 40 50 0 41 374 35 66
Binary 1110100 1100110 10101011 100000 101000 0 100001 11111100 11101 110110

Color Harmonies of #7466AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7466AB

Black with #7466AB

Text Example


Text Example

White with #7466AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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