Html Css Color HEX #736BA3 Scampi

📋 copy color: '#736BA3'

red 115 ◦ green 107 ◦ blue 163

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

Shades of Scampi #736BA3

Tints of Scampi #736BA3

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.79%

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

R = 29.87%
G = 27.79%
B = 42.34%

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

#736BA3 (or 0x736BA3) is known color: Scampi. HEX triplet: 73, 6B and A3. RGB value is (115,107,163). Sum of RGB (Red+Green+Blue) = 115+107+163=385 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.87% from 385); Green value is 107 (42.19% from 255 or 27.79% from 385); Blue value is 163 (64.06% from 255 or 42.34% from 385); Max value from RGB is 163 - color contains mainly: blue. Hex color #736BA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736BA3 is #8C945C. Grayscale: #737373. Windows color (decimal): -9213021 or 10709875. OLE color: 10709875.

HSL color Cylindrical-coordinate representation of color #736BA3: hue angle of 248.57º 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 #736BA3 is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 115 107 163 -
CMYK 0.29 0.34 0 0.36
HSL 248.57º 0.23% 0.53% -
HSV(B) 248.57º 0.34% 0.64% -
XYZ 18.94 16.8 36.9 -
YUV 115.78 154.65 127.45 -
System Red Green Blue C M Y K H S L
Decimal 115 107 163 0.29 0.34 0 0.36 248.57 0.23 0.53
Hex 73 6B A3 1D 22 0 24 F9 17 35
Octal 163 153 243 35 42 0 44 371 27 65
Binary 1110011 1101011 10100011 11101 100010 0 100100 11111001 10111 110101

Color Harmonies of #736BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736BA3

Black with #736BA3

Text Example


Text Example

White with #736BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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