Html Css Color HEX #736696 Scampi

📋 copy color: '#736696'

red 115 ◦ green 102 ◦ blue 150

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

Shades of Scampi #736696

Tints of Scampi #736696

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.79%

 BLUE value IS 150 (58.98% from 255) = 40.87%

R = 31.34%
G = 27.79%
B = 40.87%

CMYK

 C value IS 0.23

 M value IS 0.32

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#736696 (or 0x736696) is known color: Scampi. HEX triplet: 73, 66 and 96. RGB value is (115,102,150). Sum of RGB (Red+Green+Blue) = 115+102+150=367 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.34% from 367); Green value is 102 (40.23% from 255 or 27.79% from 367); Blue value is 150 (58.98% from 255 or 40.87% from 367); Max value from RGB is 150 - color contains mainly: blue. Hex color #736696 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736696 is #8C9969. Grayscale: #6F6F6F. Windows color (decimal): -9214314 or 9856627. OLE color: 9856627.

HSL color Cylindrical-coordinate representation of color #736696: hue angle of 256.25º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #736696 is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 115 102 150 -
CMYK 0.23 0.32 0 0.41
HSL 256.25º 0.19% 0.49% -
HSV(B) 256.25º 0.32% 0.59% -
XYZ 17.33 15.35 30.9 -
YUV 111.36 149.81 130.6 -
System Red Green Blue C M Y K H S L
Decimal 115 102 150 0.23 0.32 0 0.41 256.25 0.19 0.49
Hex 73 66 96 17 20 0 29 100 13 31
Octal 163 146 226 27 40 0 51 400 23 61
Binary 1110011 1100110 10010110 10111 100000 0 101001 100000000 10011 110001

Color Harmonies of #736696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736696

Black with #736696

Text Example


Text Example

White with #736696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736696; }

 p { color: rgb(115,102,150); }

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

background-color css

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

 a { background-color: rgb(115,102,150); }

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

border-color css

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

 span { border-color: rgb(115,102,150); }

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