Html Css Color HEX #7468AD Scampi

📋 copy color: '#7468AD'

red 116 ◦ green 104 ◦ blue 173

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

Shades of Scampi #7468AD

Tints of Scampi #7468AD

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.46%

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

R = 29.52%
G = 26.46%
B = 44.02%

CMYK

 C value IS 0.33

 M value IS 0.40

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7468AD (or 0x7468AD) is known color: Scampi. HEX triplet: 74, 68 and AD. RGB value is (116,104,173). Sum of RGB (Red+Green+Blue) = 116+104+173=393 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.52% from 393); Green value is 104 (41.02% from 255 or 26.46% from 393); Blue value is 173 (67.97% from 255 or 44.02% from 393); Max value from RGB is 173 - color contains mainly: blue. Hex color #7468AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7468AD is #8B9752. Grayscale: #737373. Windows color (decimal): -9148243 or 11364468. OLE color: 11364468.

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

Color convert

RGB 116 104 173 -
CMYK 0.33 0.40 0 0.32
HSL 250.43º 0.3% 0.54% -
HSV(B) 250.43º 0.4% 0.68% -
XYZ 19.7 16.63 41.71 -
YUV 115.45 160.48 128.39 -
System Red Green Blue C M Y K H S L
Decimal 116 104 173 0.33 0.40 0 0.32 250.43 0.3 0.54
Hex 74 68 AD 21 28 0 20 FA 1E 36
Octal 164 150 255 41 50 0 40 372 36 66
Binary 1110100 1101000 10101101 100001 101000 0 100000 11111010 11110 110110

Color Harmonies of #7468AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7468AD

Black with #7468AD

Text Example


Text Example

White with #7468AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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