Html Css Color HEX #736FAC Scampi

📋 copy color: '#736FAC'

red 115 ◦ green 111 ◦ blue 172

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

Shades of Scampi #736FAC

Tints of Scampi #736FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.22%

R = 28.89%
G = 27.89%
B = 43.22%

CMYK

 C value IS 0.33

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#736FAC (or 0x736FAC) is known color: Scampi. HEX triplet: 73, 6F and AC. RGB value is (115,111,172). Sum of RGB (Red+Green+Blue) = 115+111+172=398 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.89% from 398); Green value is 111 (43.75% from 255 or 27.89% from 398); Blue value is 172 (67.58% from 255 or 43.22% from 398); Max value from RGB is 172 - color contains mainly: blue. Hex color #736FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736FAC is #8C9053. Grayscale: #767676. Windows color (decimal): -9211988 or 11300723. OLE color: 11300723.

HSL color Cylindrical-coordinate representation of color #736FAC: hue angle of 243.93º degrees, saturation: 0.27, 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 #736FAC is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 115 111 172 -
CMYK 0.33 0.35 0 0.33
HSL 243.93º 0.27% 0.55% -
HSV(B) 243.93º 0.35% 0.67% -
XYZ 20.2 17.99 41.44 -
YUV 119.15 157.83 125.04 -
System Red Green Blue C M Y K H S L
Decimal 115 111 172 0.33 0.35 0 0.33 243.93 0.27 0.55
Hex 73 6F AC 21 23 0 21 F4 1B 37
Octal 163 157 254 41 43 0 41 364 33 67
Binary 1110011 1101111 10101100 100001 100011 0 100001 11110100 11011 110111

Color Harmonies of #736FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736FAC

Black with #736FAC

Text Example


Text Example

White with #736FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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