Html Css Color HEX #736996 Scampi

📋 copy color: '#736996'

red 115 ◦ green 105 ◦ blue 150

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

Shades of Scampi #736996

Tints of Scampi #736996

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.38%

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

R = 31.08%
G = 28.38%
B = 40.54%

CMYK

 C value IS 0.23

 M value IS 0.30

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#736996 (or 0x736996) is known color: Scampi. HEX triplet: 73, 69 and 96. RGB value is (115,105,150). Sum of RGB (Red+Green+Blue) = 115+105+150=370 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.08% from 370); Green value is 105 (41.41% from 255 or 28.38% from 370); Blue value is 150 (58.98% from 255 or 40.54% from 370); Max value from RGB is 150 - color contains mainly: blue. Hex color #736996 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736996 is #8C9669. Grayscale: #707070. Windows color (decimal): -9213546 or 9857395. OLE color: 9857395.

HSL color Cylindrical-coordinate representation of color #736996: hue angle of 253.33º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #736996 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 115 105 150 -
CMYK 0.23 0.30 0 0.41
HSL 253.33º 0.18% 0.5% -
HSV(B) 253.33º 0.3% 0.59% -
XYZ 17.63 15.95 31 -
YUV 113.12 148.81 129.34 -
System Red Green Blue C M Y K H S L
Decimal 115 105 150 0.23 0.30 0 0.41 253.33 0.18 0.5
Hex 73 69 96 17 1E 0 29 FD 12 32
Octal 163 151 226 27 36 0 51 375 22 62
Binary 1110011 1101001 10010110 10111 11110 0 101001 11111101 10010 110010

Color Harmonies of #736996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736996

Black with #736996

Text Example


Text Example

White with #736996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736996; }

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

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

background-color css

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

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

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

border-color css

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

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

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