Html Css Color HEX #736BAE Scampi

📋 copy color: '#736BAE'

red 115 ◦ green 107 ◦ blue 174

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

Shades of Scampi #736BAE

Tints of Scampi #736BAE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.02%

 BLUE value IS 174 (68.36% from 255) = 43.94%

R = 29.04%
G = 27.02%
B = 43.94%

CMYK

 C value IS 0.34

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#736BAE (or 0x736BAE) is known color: Scampi. HEX triplet: 73, 6B and AE. RGB value is (115,107,174). Sum of RGB (Red+Green+Blue) = 115+107+174=396 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.04% from 396); Green value is 107 (42.19% from 255 or 27.02% from 396); Blue value is 174 (68.36% from 255 or 43.94% from 396); Max value from RGB is 174 - color contains mainly: blue. Hex color #736BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736BAE is #8C9451. Grayscale: #747474. Windows color (decimal): -9213010 or 11430771. OLE color: 11430771.

HSL color Cylindrical-coordinate representation of color #736BAE: hue angle of 247.16º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #736BAE is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 115 107 174 -
CMYK 0.34 0.39 0 0.32
HSL 247.16º 0.29% 0.55% -
HSV(B) 247.16º 0.39% 0.68% -
XYZ 19.97 17.22 42.32 -
YUV 117.03 160.15 126.55 -
System Red Green Blue C M Y K H S L
Decimal 115 107 174 0.34 0.39 0 0.32 247.16 0.29 0.55
Hex 73 6B AE 22 27 0 20 F7 1D 37
Octal 163 153 256 42 47 0 40 367 35 67
Binary 1110011 1101011 10101110 100010 100111 0 100000 11110111 11101 110111

Color Harmonies of #736BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736BAE

Black with #736BAE

Text Example


Text Example

White with #736BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,107,174); }

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

background-color css

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

 a { background-color: rgb(115,107,174); }

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

border-color css

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

 span { border-color: rgb(115,107,174); }

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