Html Css Color HEX #736F93 Scampi

📋 copy color: '#736F93'

red 115 ◦ green 111 ◦ blue 147

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

Shades of Scampi #736F93

Tints of Scampi #736F93

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.76%

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

R = 30.83%
G = 29.76%
B = 39.41%

CMYK

 C value IS 0.22

 M value IS 0.24

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#736F93 (or 0x736F93) is known color: Scampi. HEX triplet: 73, 6F and 93. RGB value is (115,111,147). Sum of RGB (Red+Green+Blue) = 115+111+147=373 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.83% from 373); Green value is 111 (43.75% from 255 or 29.76% from 373); Blue value is 147 (57.81% from 255 or 39.41% from 373); Max value from RGB is 147 - color contains mainly: blue. Hex color #736F93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736F93 is #8C906C. Grayscale: #747474. Windows color (decimal): -9212013 or 9662323. OLE color: 9662323.

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

Color convert

RGB 115 111 147 -
CMYK 0.22 0.24 0 0.42
HSL 246.67º 0.14% 0.51% -
HSV(B) 246.67º 0.24% 0.58% -
XYZ 18.02 17.12 29.96 -
YUV 116.3 145.33 127.07 -
System Red Green Blue C M Y K H S L
Decimal 115 111 147 0.22 0.24 0 0.42 246.67 0.14 0.51
Hex 73 6F 93 16 18 0 2A F7 E 33
Octal 163 157 223 26 30 0 52 367 16 63
Binary 1110011 1101111 10010011 10110 11000 0 101010 11110111 1110 110011

Color Harmonies of #736F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736F93

Black with #736F93

Text Example


Text Example

White with #736F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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