Html Css Color HEX #736C93 Scampi

📋 copy color: '#736C93'

red 115 ◦ green 108 ◦ blue 147

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

Shades of Scampi #736C93

Tints of Scampi #736C93

RGB

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

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

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

R = 31.08%
G = 29.19%
B = 39.73%

CMYK

 C value IS 0.22

 M value IS 0.27

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#736C93 (or 0x736C93) is known color: Scampi. HEX triplet: 73, 6C and 93. RGB value is (115,108,147). Sum of RGB (Red+Green+Blue) = 115+108+147=370 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.08% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 147 (57.81% from 255 or 39.73% from 370); Max value from RGB is 147 - color contains mainly: blue. Hex color #736C93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736C93 is #8C936C. Grayscale: #727272. Windows color (decimal): -9212781 or 9661555. OLE color: 9661555.

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

Color convert

RGB 115 108 147 -
CMYK 0.22 0.27 0 0.42
HSL 250.77º 0.15% 0.5% -
HSV(B) 250.77º 0.27% 0.58% -
XYZ 17.7 16.48 29.85 -
YUV 114.54 146.32 128.33 -
System Red Green Blue C M Y K H S L
Decimal 115 108 147 0.22 0.27 0 0.42 250.77 0.15 0.5
Hex 73 6C 93 16 1B 0 2A FB F 32
Octal 163 154 223 26 33 0 52 373 17 62
Binary 1110011 1101100 10010011 10110 11011 0 101010 11111011 1111 110010

Color Harmonies of #736C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736C93

Black with #736C93

Text Example


Text Example

White with #736C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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