Html Css Color HEX #736DAF Scampi

📋 copy color: '#736DAF'

red 115 ◦ green 109 ◦ blue 175

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

Shades of Scampi #736DAF

Tints of Scampi #736DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.86%

R = 28.82%
G = 27.32%
B = 43.86%

CMYK

 C value IS 0.34

 M value IS 0.38

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#736DAF (or 0x736DAF) is known color: Scampi. HEX triplet: 73, 6D and AF. RGB value is (115,109,175). Sum of RGB (Red+Green+Blue) = 115+109+175=399 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.82% from 399); Green value is 109 (42.97% from 255 or 27.32% from 399); Blue value is 175 (68.75% from 255 or 43.86% from 399); Max value from RGB is 175 - color contains mainly: blue. Hex color #736DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736DAF is #8C9250. Grayscale: #767676. Windows color (decimal): -9212497 or 11496819. OLE color: 11496819.

HSL color Cylindrical-coordinate representation of color #736DAF: hue angle of 245.45º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #736DAF is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 115 109 175 -
CMYK 0.34 0.38 0 0.31
HSL 245.45º 0.29% 0.56% -
HSV(B) 245.45º 0.38% 0.69% -
XYZ 20.28 17.68 42.9 -
YUV 118.32 159.99 125.63 -
System Red Green Blue C M Y K H S L
Decimal 115 109 175 0.34 0.38 0 0.31 245.45 0.29 0.56
Hex 73 6D AF 22 26 0 1F F5 1D 38
Octal 163 155 257 42 46 0 37 365 35 70
Binary 1110011 1101101 10101111 100010 100110 0 11111 11110101 11101 111000

Color Harmonies of #736DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736DAF

Black with #736DAF

Text Example


Text Example

White with #736DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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