Html Css Color HEX #736AAE Scampi

📋 copy color: '#736AAE'

red 115 ◦ green 106 ◦ blue 174

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

Shades of Scampi #736AAE

Tints of Scampi #736AAE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.84%

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

R = 29.11%
G = 26.84%
B = 44.05%

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

#736AAE (or 0x736AAE) is known color: Scampi. HEX triplet: 73, 6A and AE. RGB value is (115,106,174). Sum of RGB (Red+Green+Blue) = 115+106+174=395 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.11% from 395); Green value is 106 (41.80% from 255 or 26.84% from 395); Blue value is 174 (68.36% from 255 or 44.05% from 395); Max value from RGB is 174 - color contains mainly: blue. Hex color #736AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736AAE is #8C9551. Grayscale: #747474. Windows color (decimal): -9213266 or 11430515. OLE color: 11430515.

HSL color Cylindrical-coordinate representation of color #736AAE: hue angle of 247.94º degrees, saturation: 0.3, 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 #736AAE is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 115 106 174 -
CMYK 0.34 0.39 0 0.32
HSL 247.94º 0.3% 0.55% -
HSV(B) 247.94º 0.39% 0.68% -
XYZ 19.86 17.01 42.28 -
YUV 116.44 160.48 126.97 -
System Red Green Blue C M Y K H S L
Decimal 115 106 174 0.34 0.39 0 0.32 247.94 0.3 0.55
Hex 73 6A AE 22 27 0 20 F8 1E 37
Octal 163 152 256 42 47 0 40 370 36 67
Binary 1110011 1101010 10101110 100010 100111 0 100000 11111000 11110 110111

Color Harmonies of #736AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736AAE

Black with #736AAE

Text Example


Text Example

White with #736AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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