Html Css Color HEX #736BA6 Scampi

📋 copy color: '#736BA6'

red 115 ◦ green 107 ◦ blue 166

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

Shades of Scampi #736BA6

Tints of Scampi #736BA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 42.78%

R = 29.64%
G = 27.58%
B = 42.78%

CMYK

 C value IS 0.31

 M value IS 0.36

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#736BA6 (or 0x736BA6) is known color: Scampi. HEX triplet: 73, 6B and A6. RGB value is (115,107,166). Sum of RGB (Red+Green+Blue) = 115+107+166=388 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.64% from 388); Green value is 107 (42.19% from 255 or 27.58% from 388); Blue value is 166 (65.23% from 255 or 42.78% from 388); Max value from RGB is 166 - color contains mainly: blue. Hex color #736BA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736BA6 is #8C9459. Grayscale: #737373. Windows color (decimal): -9213018 or 10906483. OLE color: 10906483.

HSL color Cylindrical-coordinate representation of color #736BA6: hue angle of 248.14º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #736BA6 is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 115 107 166 -
CMYK 0.31 0.36 0 0.35
HSL 248.14º 0.25% 0.54% -
HSV(B) 248.14º 0.36% 0.65% -
XYZ 19.21 16.91 38.33 -
YUV 116.12 156.15 127.2 -
System Red Green Blue C M Y K H S L
Decimal 115 107 166 0.31 0.36 0 0.35 248.14 0.25 0.54
Hex 73 6B A6 1F 24 0 23 F8 19 36
Octal 163 153 246 37 44 0 43 370 31 66
Binary 1110011 1101011 10100110 11111 100100 0 100011 11111000 11001 110110

Color Harmonies of #736BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736BA6

Black with #736BA6

Text Example


Text Example

White with #736BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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