Html Css Color HEX #736FA4 Scampi

📋 copy color: '#736FA4'

red 115 ◦ green 111 ◦ blue 164

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

Shades of Scampi #736FA4

Tints of Scampi #736FA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 42.05%

R = 29.49%
G = 28.46%
B = 42.05%

CMYK

 C value IS 0.30

 M value IS 0.32

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#736FA4 (or 0x736FA4) is known color: Scampi. HEX triplet: 73, 6F and A4. RGB value is (115,111,164). Sum of RGB (Red+Green+Blue) = 115+111+164=390 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.49% from 390); Green value is 111 (43.75% from 255 or 28.46% from 390); Blue value is 164 (64.45% from 255 or 42.05% from 390); Max value from RGB is 164 - color contains mainly: blue. Hex color #736FA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736FA4 is #8C905B. Grayscale: #767676. Windows color (decimal): -9211996 or 10776435. OLE color: 10776435.

HSL color Cylindrical-coordinate representation of color #736FA4: hue angle of 244.53º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #736FA4 is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 115 111 164 -
CMYK 0.30 0.32 0 0.36
HSL 244.53º 0.23% 0.54% -
HSV(B) 244.53º 0.32% 0.64% -
XYZ 19.46 17.69 37.51 -
YUV 118.24 153.83 125.69 -
System Red Green Blue C M Y K H S L
Decimal 115 111 164 0.30 0.32 0 0.36 244.53 0.23 0.54
Hex 73 6F A4 1E 20 0 24 F5 17 36
Octal 163 157 244 36 40 0 44 365 27 66
Binary 1110011 1101111 10100100 11110 100000 0 100100 11110101 10111 110110

Color Harmonies of #736FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736FA4

Black with #736FA4

Text Example


Text Example

White with #736FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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