Html Css Color HEX #7366A5 Scampi

📋 copy color: '#7366A5'

red 115 ◦ green 102 ◦ blue 165

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

Shades of Scampi #7366A5

Tints of Scampi #7366A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 43.19%

R = 30.1%
G = 26.7%
B = 43.19%

CMYK

 C value IS 0.30

 M value IS 0.38

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#7366A5 (or 0x7366A5) is known color: Scampi. HEX triplet: 73, 66 and A5. RGB value is (115,102,165). Sum of RGB (Red+Green+Blue) = 115+102+165=382 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.10% from 382); Green value is 102 (40.23% from 255 or 26.70% from 382); Blue value is 165 (64.84% from 255 or 43.19% from 382); Max value from RGB is 165 - color contains mainly: blue. Hex color #7366A5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7366A5 is #8C995A. Grayscale: #707070. Windows color (decimal): -9214299 or 10839667. OLE color: 10839667.

HSL color Cylindrical-coordinate representation of color #7366A5: hue angle of 252.38º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7366A5 is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 115 102 165 -
CMYK 0.30 0.38 0 0.35
HSL 252.38º 0.26% 0.52% -
HSV(B) 252.38º 0.38% 0.65% -
XYZ 18.61 15.86 37.68 -
YUV 113.07 157.31 129.38 -
System Red Green Blue C M Y K H S L
Decimal 115 102 165 0.30 0.38 0 0.35 252.38 0.26 0.52
Hex 73 66 A5 1E 26 0 23 FC 1A 34
Octal 163 146 245 36 46 0 43 374 32 64
Binary 1110011 1100110 10100101 11110 100110 0 100011 11111100 11010 110100

Color Harmonies of #7366A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7366A5

Black with #7366A5

Text Example


Text Example

White with #7366A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7366A5; }

 p { color: rgb(115,102,165); }

 H1.HeaderClassName
 {
   color: #7366A5;
 }
 .AnyTagClassName
 {
   color: #7366A5;
 }
</style>

background-color css

<style>
 a { background-color: #7366A5; }

 a { background-color: rgb(115,102,165); }

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

border-color css

<style>
 span { border-color: #7366A5; }

 span { border-color: rgb(115,102,165); }

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