Html Css Color HEX #736EAB Scampi

📋 copy color: '#736EAB'

red 115 ◦ green 110 ◦ blue 171

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

Shades of Scampi #736EAB

Tints of Scampi #736EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.18%

R = 29.04%
G = 27.78%
B = 43.18%

CMYK

 C value IS 0.33

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#736EAB (or 0x736EAB) is known color: Scampi. HEX triplet: 73, 6E and AB. RGB value is (115,110,171). Sum of RGB (Red+Green+Blue) = 115+110+171=396 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.04% from 396); Green value is 110 (43.36% from 255 or 27.78% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 171 - color contains mainly: blue. Hex color #736EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736EAB is #8C9154. Grayscale: #767676. Windows color (decimal): -9212245 or 11234931. OLE color: 11234931.

HSL color Cylindrical-coordinate representation of color #736EAB: hue angle of 244.92º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #736EAB is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 115 110 171 -
CMYK 0.33 0.36 0 0.33
HSL 244.92º 0.27% 0.55% -
HSV(B) 244.92º 0.36% 0.67% -
XYZ 20 17.74 40.9 -
YUV 118.45 157.66 125.54 -
System Red Green Blue C M Y K H S L
Decimal 115 110 171 0.33 0.36 0 0.33 244.92 0.27 0.55
Hex 73 6E AB 21 24 0 21 F5 1B 37
Octal 163 156 253 41 44 0 41 365 33 67
Binary 1110011 1101110 10101011 100001 100100 0 100001 11110101 11011 110111

Color Harmonies of #736EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736EAB

Black with #736EAB

Text Example


Text Example

White with #736EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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