Html Css Color HEX #736DAE Scampi

📋 copy color: '#736DAE'

red 115 ◦ green 109 ◦ blue 174

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

Shades of Scampi #736DAE

Tints of Scampi #736DAE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.39%

 BLUE value IS 174 (68.36% from 255) = 43.72%

R = 28.89%
G = 27.39%
B = 43.72%

CMYK

 C value IS 0.34

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#736DAE (or 0x736DAE) is known color: Scampi. HEX triplet: 73, 6D and AE. RGB value is (115,109,174). Sum of RGB (Red+Green+Blue) = 115+109+174=398 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.89% from 398); Green value is 109 (42.97% from 255 or 27.39% from 398); Blue value is 174 (68.36% from 255 or 43.72% from 398); Max value from RGB is 174 - color contains mainly: blue. Hex color #736DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736DAE is #8C9251. Grayscale: #757575. Windows color (decimal): -9212498 or 11431283. OLE color: 11431283.

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

Color convert

RGB 115 109 174 -
CMYK 0.34 0.37 0 0.32
HSL 245.54º 0.29% 0.55% -
HSV(B) 245.54º 0.37% 0.68% -
XYZ 20.18 17.64 42.39 -
YUV 118.2 159.49 125.71 -
System Red Green Blue C M Y K H S L
Decimal 115 109 174 0.34 0.37 0 0.32 245.54 0.29 0.55
Hex 73 6D AE 22 25 0 20 F6 1D 37
Octal 163 155 256 42 45 0 40 366 35 67
Binary 1110011 1101101 10101110 100010 100101 0 100000 11110110 11101 110111

Color Harmonies of #736DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736DAE

Black with #736DAE

Text Example


Text Example

White with #736DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,109,174); }

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

background-color css

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

 a { background-color: rgb(115,109,174); }

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

border-color css

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

 span { border-color: rgb(115,109,174); }

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