Html Css Color HEX #736FAA Scampi

📋 copy color: '#736FAA'

red 115 ◦ green 111 ◦ blue 170

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

Shades of Scampi #736FAA

Tints of Scampi #736FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 42.93%

R = 29.04%
G = 28.03%
B = 42.93%

CMYK

 C value IS 0.32

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#736FAA (or 0x736FAA) is known color: Scampi. HEX triplet: 73, 6F and AA. RGB value is (115,111,170). Sum of RGB (Red+Green+Blue) = 115+111+170=396 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.04% from 396); Green value is 111 (43.75% from 255 or 28.03% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 170 - color contains mainly: blue. Hex color #736FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736FAA is #8C9055. Grayscale: #767676. Windows color (decimal): -9211990 or 11169651. OLE color: 11169651.

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

Color convert

RGB 115 111 170 -
CMYK 0.32 0.35 0 0.33
HSL 244.07º 0.26% 0.55% -
HSV(B) 244.07º 0.35% 0.67% -
XYZ 20.01 17.92 40.43 -
YUV 118.92 156.83 125.2 -
System Red Green Blue C M Y K H S L
Decimal 115 111 170 0.32 0.35 0 0.33 244.07 0.26 0.55
Hex 73 6F AA 20 23 0 21 F4 1A 37
Octal 163 157 252 40 43 0 41 364 32 67
Binary 1110011 1101111 10101010 100000 100011 0 100001 11110100 11010 110111

Color Harmonies of #736FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736FAA

Black with #736FAA

Text Example


Text Example

White with #736FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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