Html Css Color HEX #736E96 Scampi

📋 copy color: '#736E96'

red 115 ◦ green 110 ◦ blue 150

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

Shades of Scampi #736E96

Tints of Scampi #736E96

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.33%

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

R = 30.67%
G = 29.33%
B = 40%

CMYK

 C value IS 0.23

 M value IS 0.27

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#736E96 (or 0x736E96) is known color: Scampi. HEX triplet: 73, 6E and 96. RGB value is (115,110,150). Sum of RGB (Red+Green+Blue) = 115+110+150=375 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.67% from 375); Green value is 110 (43.36% from 255 or 29.33% from 375); Blue value is 150 (58.98% from 255 or 40% from 375); Max value from RGB is 150 - color contains mainly: blue. Hex color #736E96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736E96 is #8C9169. Grayscale: #737373. Windows color (decimal): -9212266 or 9858675. OLE color: 9858675.

HSL color Cylindrical-coordinate representation of color #736E96: hue angle of 247.5º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #736E96 is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 115 110 150 -
CMYK 0.23 0.27 0 0.41
HSL 247.5º 0.16% 0.51% -
HSV(B) 247.5º 0.27% 0.59% -
XYZ 18.15 17 31.18 -
YUV 116.06 147.16 127.25 -
System Red Green Blue C M Y K H S L
Decimal 115 110 150 0.23 0.27 0 0.41 247.5 0.16 0.51
Hex 73 6E 96 17 1B 0 29 F8 10 33
Octal 163 156 226 27 33 0 51 370 20 63
Binary 1110011 1101110 10010110 10111 11011 0 101001 11111000 10000 110011

Color Harmonies of #736E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736E96

Black with #736E96

Text Example


Text Example

White with #736E96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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