Html Css Color HEX #7364A4 Scampi

📋 copy color: '#7364A4'

red 115 ◦ green 100 ◦ blue 164

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

Shades of Scampi #7364A4

Tints of Scampi #7364A4

RGB

 RED value IS 115 (45.31% from 255) = 30.34%

 GREEN value IS 100 (39.45% from 255) = 26.39%

 BLUE value IS 164 (64.45% from 255) = 43.27%

R = 30.34%
G = 26.39%
B = 43.27%

CMYK

 C value IS 0.30

 M value IS 0.39

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#7364A4 (or 0x7364A4) is known color: Scampi. HEX triplet: 73, 64 and A4. RGB value is (115,100,164). Sum of RGB (Red+Green+Blue) = 115+100+164=379 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.34% from 379); Green value is 100 (39.45% from 255 or 26.39% from 379); Blue value is 164 (64.45% from 255 or 43.27% from 379); Max value from RGB is 164 - color contains mainly: blue. Hex color #7364A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7364A4 is #8C9B5B. Grayscale: #6F6F6F. Windows color (decimal): -9214812 or 10773619. OLE color: 10773619.

HSL color Cylindrical-coordinate representation of color #7364A4: hue angle of 254.06º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7364A4 is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 115 100 164 -
CMYK 0.30 0.39 0 0.36
HSL 254.06º 0.26% 0.52% -
HSV(B) 254.06º 0.39% 0.64% -
XYZ 18.33 15.44 37.14 -
YUV 111.78 157.47 130.3 -
System Red Green Blue C M Y K H S L
Decimal 115 100 164 0.30 0.39 0 0.36 254.06 0.26 0.52
Hex 73 64 A4 1E 27 0 24 FE 1A 34
Octal 163 144 244 36 47 0 44 376 32 64
Binary 1110011 1100100 10100100 11110 100111 0 100100 11111110 11010 110100

Color Harmonies of #7364A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7364A4

Black with #7364A4

Text Example


Text Example

White with #7364A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7364A4; }

 p { color: rgb(115,100,164); }

 H1.HeaderClassName
 {
   color: #7364A4;
 }
 .AnyTagClassName
 {
   color: #7364A4;
 }
</style>

background-color css

<style>
 a { background-color: #7364A4; }

 a { background-color: rgb(115,100,164); }

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

border-color css

<style>
 span { border-color: #7364A4; }

 span { border-color: rgb(115,100,164); }

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