Html Css Color HEX #736E93 Scampi

📋 copy color: '#736E93'

red 115 ◦ green 110 ◦ blue 147

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

Shades of Scampi #736E93

Tints of Scampi #736E93

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.57%

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

R = 30.91%
G = 29.57%
B = 39.52%

CMYK

 C value IS 0.22

 M value IS 0.25

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#736E93 (or 0x736E93) is known color: Scampi. HEX triplet: 73, 6E and 93. RGB value is (115,110,147). Sum of RGB (Red+Green+Blue) = 115+110+147=372 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.91% from 372); Green value is 110 (43.36% from 255 or 29.57% from 372); Blue value is 147 (57.81% from 255 or 39.52% from 372); Max value from RGB is 147 - color contains mainly: blue. Hex color #736E93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736E93 is #8C916C. Grayscale: #737373. Windows color (decimal): -9212269 or 9662067. OLE color: 9662067.

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

Color convert

RGB 115 110 147 -
CMYK 0.22 0.25 0 0.42
HSL 248.11º 0.15% 0.5% -
HSV(B) 248.11º 0.25% 0.58% -
XYZ 17.91 16.9 29.92 -
YUV 115.71 145.66 127.49 -
System Red Green Blue C M Y K H S L
Decimal 115 110 147 0.22 0.25 0 0.42 248.11 0.15 0.5
Hex 73 6E 93 16 19 0 2A F8 F 32
Octal 163 156 223 26 31 0 52 370 17 62
Binary 1110011 1101110 10010011 10110 11001 0 101010 11111000 1111 110010

Color Harmonies of #736E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736E93

Black with #736E93

Text Example


Text Example

White with #736E93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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