Html Css Color HEX #736993 Scampi

📋 copy color: '#736993'

red 115 ◦ green 105 ◦ blue 147

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

Shades of Scampi #736993

Tints of Scampi #736993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 40.05%

R = 31.34%
G = 28.61%
B = 40.05%

CMYK

 C value IS 0.22

 M value IS 0.29

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#736993 (or 0x736993) is known color: Scampi. HEX triplet: 73, 69 and 93. RGB value is (115,105,147). Sum of RGB (Red+Green+Blue) = 115+105+147=367 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.34% from 367); Green value is 105 (41.41% from 255 or 28.61% from 367); Blue value is 147 (57.81% from 255 or 40.05% from 367); Max value from RGB is 147 - color contains mainly: blue. Hex color #736993 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736993 is #8C966C. Grayscale: #707070. Windows color (decimal): -9213549 or 9660787. OLE color: 9660787.

HSL color Cylindrical-coordinate representation of color #736993: hue angle of 254.29º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #736993 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 115 105 147 -
CMYK 0.22 0.29 0 0.42
HSL 254.29º 0.17% 0.49% -
HSV(B) 254.29º 0.29% 0.58% -
XYZ 17.39 15.85 29.75 -
YUV 112.78 147.31 129.58 -
System Red Green Blue C M Y K H S L
Decimal 115 105 147 0.22 0.29 0 0.42 254.29 0.17 0.49
Hex 73 69 93 16 1D 0 2A FE 11 31
Octal 163 151 223 26 35 0 52 376 21 61
Binary 1110011 1101001 10010011 10110 11101 0 101010 11111110 10001 110001

Color Harmonies of #736993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736993

Black with #736993

Text Example


Text Example

White with #736993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736993; }

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

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

background-color css

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

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

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

border-color css

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

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

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