Html Css Color HEX #736AAD Scampi

📋 copy color: '#736AAD'

red 115 ◦ green 106 ◦ blue 173

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

Shades of Scampi #736AAD

Tints of Scampi #736AAD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.9%

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

R = 29.19%
G = 26.9%
B = 43.91%

CMYK

 C value IS 0.34

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#736AAD (or 0x736AAD) is known color: Scampi. HEX triplet: 73, 6A and AD. RGB value is (115,106,173). Sum of RGB (Red+Green+Blue) = 115+106+173=394 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.19% from 394); Green value is 106 (41.80% from 255 or 26.90% from 394); Blue value is 173 (67.97% from 255 or 43.91% from 394); Max value from RGB is 173 - color contains mainly: blue. Hex color #736AAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736AAD is #8C9552. Grayscale: #747474. Windows color (decimal): -9213267 or 11364979. OLE color: 11364979.

HSL color Cylindrical-coordinate representation of color #736AAD: hue angle of 248.06º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #736AAD is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 115 106 173 -
CMYK 0.34 0.39 0 0.32
HSL 248.06º 0.29% 0.55% -
HSV(B) 248.06º 0.39% 0.68% -
XYZ 19.77 16.97 41.77 -
YUV 116.33 159.98 127.05 -
System Red Green Blue C M Y K H S L
Decimal 115 106 173 0.34 0.39 0 0.32 248.06 0.29 0.55
Hex 73 6A AD 22 27 0 20 F8 1D 37
Octal 163 152 255 42 47 0 40 370 35 67
Binary 1110011 1101010 10101101 100010 100111 0 100000 11111000 11101 110111

Color Harmonies of #736AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736AAD

Black with #736AAD

Text Example


Text Example

White with #736AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736AAD; }

 p { color: rgb(115,106,173); }

 H1.HeaderClassName
 {
   color: #736AAD;
 }
 .AnyTagClassName
 {
   color: #736AAD;
 }
</style>

background-color css

<style>
 a { background-color: #736AAD; }

 a { background-color: rgb(115,106,173); }

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

border-color css

<style>
 span { border-color: #736AAD; }

 span { border-color: rgb(115,106,173); }

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