Html Css Color HEX #7467AC Scampi

📋 copy color: '#7467AC'

red 116 ◦ green 103 ◦ blue 172

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

Shades of Scampi #7467AC

Tints of Scampi #7467AC

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.34%

 BLUE value IS 172 (67.58% from 255) = 43.99%

R = 29.67%
G = 26.34%
B = 43.99%

CMYK

 C value IS 0.33

 M value IS 0.40

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7467AC (or 0x7467AC) is known color: Scampi. HEX triplet: 74, 67 and AC. RGB value is (116,103,172). Sum of RGB (Red+Green+Blue) = 116+103+172=391 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.67% from 391); Green value is 103 (40.62% from 255 or 26.34% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 172 - color contains mainly: blue. Hex color #7467AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7467AC is #8B9853. Grayscale: #727272. Windows color (decimal): -9148500 or 11298676. OLE color: 11298676.

HSL color Cylindrical-coordinate representation of color #7467AC: hue angle of 251.3º 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 #7467AC is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 103 172 -
CMYK 0.33 0.40 0 0.33
HSL 251.3º 0.29% 0.54% -
HSV(B) 251.3º 0.4% 0.67% -
XYZ 19.5 16.39 41.17 -
YUV 114.75 160.31 128.89 -
System Red Green Blue C M Y K H S L
Decimal 116 103 172 0.33 0.40 0 0.33 251.3 0.29 0.54
Hex 74 67 AC 21 28 0 21 FB 1D 36
Octal 164 147 254 41 50 0 41 373 35 66
Binary 1110100 1100111 10101100 100001 101000 0 100001 11111011 11101 110110

Color Harmonies of #7467AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7467AC

Black with #7467AC

Text Example


Text Example

White with #7467AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7467AC; }

 p { color: rgb(116,103,172); }

 H1.HeaderClassName
 {
   color: #7467AC;
 }
 .AnyTagClassName
 {
   color: #7467AC;
 }
</style>

background-color css

<style>
 a { background-color: #7467AC; }

 a { background-color: rgb(116,103,172); }

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

border-color css

<style>
 span { border-color: #7467AC; }

 span { border-color: rgb(116,103,172); }

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