Html Css Color HEX #736C95 Scampi

📋 copy color: '#736C95'

red 115 ◦ green 108 ◦ blue 149

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

Shades of Scampi #736C95

Tints of Scampi #736C95

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.03%

 BLUE value IS 149 (58.59% from 255) = 40.05%

R = 30.91%
G = 29.03%
B = 40.05%

CMYK

 C value IS 0.23

 M value IS 0.28

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#736C95 (or 0x736C95) is known color: Scampi. HEX triplet: 73, 6C and 95. RGB value is (115,108,149). Sum of RGB (Red+Green+Blue) = 115+108+149=372 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.91% from 372); Green value is 108 (42.58% from 255 or 29.03% from 372); Blue value is 149 (58.59% from 255 or 40.05% from 372); Max value from RGB is 149 - color contains mainly: blue. Hex color #736C95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736C95 is #8C936A. Grayscale: #727272. Windows color (decimal): -9212779 or 9792627. OLE color: 9792627.

HSL color Cylindrical-coordinate representation of color #736C95: hue angle of 250.24º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #736C95 is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 115 108 149 -
CMYK 0.23 0.28 0 0.42
HSL 250.24º 0.16% 0.5% -
HSV(B) 250.24º 0.28% 0.58% -
XYZ 17.86 16.54 30.69 -
YUV 114.77 147.32 128.17 -
System Red Green Blue C M Y K H S L
Decimal 115 108 149 0.23 0.28 0 0.42 250.24 0.16 0.5
Hex 73 6C 95 17 1C 0 2A FA 10 32
Octal 163 154 225 27 34 0 52 372 20 62
Binary 1110011 1101100 10010101 10111 11100 0 101010 11111010 10000 110010

Color Harmonies of #736C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736C95

Black with #736C95

Text Example


Text Example

White with #736C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,108,149); }

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

background-color css

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

 a { background-color: rgb(115,108,149); }

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

border-color css

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

 span { border-color: rgb(115,108,149); }

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