Html Css Color HEX #736891 Scampi

📋 copy color: '#736891'

red 115 ◦ green 104 ◦ blue 145

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

Shades of Scampi #736891

Tints of Scampi #736891

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.57%

 BLUE value IS 145 (57.03% from 255) = 39.84%

R = 31.59%
G = 28.57%
B = 39.84%

CMYK

 C value IS 0.21

 M value IS 0.28

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#736891 (or 0x736891) is known color: Scampi. HEX triplet: 73, 68 and 91. RGB value is (115,104,145). Sum of RGB (Red+Green+Blue) = 115+104+145=364 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.59% from 364); Green value is 104 (41.02% from 255 or 28.57% from 364); Blue value is 145 (57.03% from 255 or 39.84% from 364); Max value from RGB is 145 - color contains mainly: blue. Hex color #736891 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736891 is #8C976E. Grayscale: #6F6F6F. Windows color (decimal): -9213807 or 9529459. OLE color: 9529459.

HSL color Cylindrical-coordinate representation of color #736891: hue angle of 256.1º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #736891 is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 115 104 145 -
CMYK 0.21 0.28 0 0.43
HSL 256.1º 0.16% 0.49% -
HSV(B) 256.1º 0.28% 0.57% -
XYZ 17.13 15.59 28.89 -
YUV 111.96 146.64 130.17 -
System Red Green Blue C M Y K H S L
Decimal 115 104 145 0.21 0.28 0 0.43 256.1 0.16 0.49
Hex 73 68 91 15 1C 0 2B 100 10 31
Octal 163 150 221 25 34 0 53 400 20 61
Binary 1110011 1101000 10010001 10101 11100 0 101011 100000000 10000 110001

Color Harmonies of #736891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736891

Black with #736891

Text Example


Text Example

White with #736891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736891; }

 p { color: rgb(115,104,145); }

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

background-color css

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

 a { background-color: rgb(115,104,145); }

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

border-color css

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

 span { border-color: rgb(115,104,145); }

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