Html Css Color HEX #736CA3 Scampi

📋 copy color: '#736CA3'

red 115 ◦ green 108 ◦ blue 163

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

Shades of Scampi #736CA3

Tints of Scampi #736CA3

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.98%

 BLUE value IS 163 (64.06% from 255) = 42.23%

R = 29.79%
G = 27.98%
B = 42.23%

CMYK

 C value IS 0.29

 M value IS 0.34

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#736CA3 (or 0x736CA3) is known color: Scampi. HEX triplet: 73, 6C and A3. RGB value is (115,108,163). Sum of RGB (Red+Green+Blue) = 115+108+163=386 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.79% from 386); Green value is 108 (42.58% from 255 or 27.98% from 386); Blue value is 163 (64.06% from 255 or 42.23% from 386); Max value from RGB is 163 - color contains mainly: blue. Hex color #736CA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736CA3 is #8C935C. Grayscale: #747474. Windows color (decimal): -9212765 or 10710131. OLE color: 10710131.

HSL color Cylindrical-coordinate representation of color #736CA3: hue angle of 247.64º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #736CA3 is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 115 108 163 -
CMYK 0.29 0.34 0 0.36
HSL 247.64º 0.23% 0.53% -
HSV(B) 247.64º 0.34% 0.64% -
XYZ 19.04 17.01 36.93 -
YUV 116.36 154.32 127.03 -
System Red Green Blue C M Y K H S L
Decimal 115 108 163 0.29 0.34 0 0.36 247.64 0.23 0.53
Hex 73 6C A3 1D 22 0 24 F8 17 35
Octal 163 154 243 35 42 0 44 370 27 65
Binary 1110011 1101100 10100011 11101 100010 0 100100 11111000 10111 110101

Color Harmonies of #736CA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736CA3

Black with #736CA3

Text Example


Text Example

White with #736CA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,108,163); }

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

background-color css

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

 a { background-color: rgb(115,108,163); }

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

border-color css

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

 span { border-color: rgb(115,108,163); }

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