Html Css Color HEX #7465AA Scampi

📋 copy color: '#7465AA'

red 116 ◦ green 101 ◦ blue 170

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

Shades of Scampi #7465AA

Tints of Scampi #7465AA

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.1%

 BLUE value IS 170 (66.8% from 255) = 43.93%

R = 29.97%
G = 26.1%
B = 43.93%

CMYK

 C value IS 0.32

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7465AA (or 0x7465AA) is known color: Scampi. HEX triplet: 74, 65 and AA. RGB value is (116,101,170). Sum of RGB (Red+Green+Blue) = 116+101+170=387 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.97% from 387); Green value is 101 (39.84% from 255 or 26.10% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 170 - color contains mainly: blue. Hex color #7465AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7465AA is #8B9A55. Grayscale: #717171. Windows color (decimal): -9149014 or 11167092. OLE color: 11167092.

HSL color Cylindrical-coordinate representation of color #7465AA: hue angle of 253.04º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7465AA is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 101 170 -
CMYK 0.32 0.41 0 0.33
HSL 253.04º 0.29% 0.53% -
HSV(B) 253.04º 0.41% 0.67% -
XYZ 19.11 15.92 40.1 -
YUV 113.35 159.97 129.89 -
System Red Green Blue C M Y K H S L
Decimal 116 101 170 0.32 0.41 0 0.33 253.04 0.29 0.53
Hex 74 65 AA 20 29 0 21 FD 1D 35
Octal 164 145 252 40 51 0 41 375 35 65
Binary 1110100 1100101 10101010 100000 101001 0 100001 11111101 11101 110101

Color Harmonies of #7465AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7465AA

Black with #7465AA

Text Example


Text Example

White with #7465AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7465AA; }

 p { color: rgb(116,101,170); }

 H1.HeaderClassName
 {
   color: #7465AA;
 }
 .AnyTagClassName
 {
   color: #7465AA;
 }
</style>

background-color css

<style>
 a { background-color: #7465AA; }

 a { background-color: rgb(116,101,170); }

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

border-color css

<style>
 span { border-color: #7465AA; }

 span { border-color: rgb(116,101,170); }

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