Html Css Color HEX #736FA6 Scampi

📋 copy color: '#736FA6'

red 115 ◦ green 111 ◦ blue 166

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

Shades of Scampi #736FA6

Tints of Scampi #736FA6

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.32%

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

R = 29.34%
G = 28.32%
B = 42.35%

CMYK

 C value IS 0.31

 M value IS 0.33

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#736FA6 (or 0x736FA6) is known color: Scampi. HEX triplet: 73, 6F and A6. RGB value is (115,111,166). Sum of RGB (Red+Green+Blue) = 115+111+166=392 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.34% from 392); Green value is 111 (43.75% from 255 or 28.32% from 392); Blue value is 166 (65.23% from 255 or 42.35% from 392); Max value from RGB is 166 - color contains mainly: blue. Hex color #736FA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736FA6 is #8C9059. Grayscale: #767676. Windows color (decimal): -9211994 or 10907507. OLE color: 10907507.

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

Color convert

RGB 115 111 166 -
CMYK 0.31 0.33 0 0.35
HSL 244.36º 0.24% 0.54% -
HSV(B) 244.36º 0.33% 0.65% -
XYZ 19.64 17.77 38.47 -
YUV 118.47 154.83 125.53 -
System Red Green Blue C M Y K H S L
Decimal 115 111 166 0.31 0.33 0 0.35 244.36 0.24 0.54
Hex 73 6F A6 1F 21 0 23 F4 18 36
Octal 163 157 246 37 41 0 43 364 30 66
Binary 1110011 1101111 10100110 11111 100001 0 100011 11110100 11000 110110

Color Harmonies of #736FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736FA6

Black with #736FA6

Text Example


Text Example

White with #736FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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