Html Css Color HEX #736AAF Scampi

📋 copy color: '#736AAF'

red 115 ◦ green 106 ◦ blue 175

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

Shades of Scampi #736AAF

Tints of Scampi #736AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.19%

R = 29.04%
G = 26.77%
B = 44.19%

CMYK

 C value IS 0.34

 M value IS 0.39

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#736AAF (or 0x736AAF) is known color: Scampi. HEX triplet: 73, 6A and AF. RGB value is (115,106,175). Sum of RGB (Red+Green+Blue) = 115+106+175=396 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.04% from 396); Green value is 106 (41.80% from 255 or 26.77% from 396); Blue value is 175 (68.75% from 255 or 44.19% from 396); Max value from RGB is 175 - color contains mainly: blue. Hex color #736AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736AAF is #8C9550. Grayscale: #747474. Windows color (decimal): -9213265 or 11496051. OLE color: 11496051.

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

Color convert

RGB 115 106 175 -
CMYK 0.34 0.39 0 0.31
HSL 247.83º 0.3% 0.55% -
HSV(B) 247.83º 0.39% 0.69% -
XYZ 19.96 17.05 42.8 -
YUV 116.56 160.98 126.89 -
System Red Green Blue C M Y K H S L
Decimal 115 106 175 0.34 0.39 0 0.31 247.83 0.3 0.55
Hex 73 6A AF 22 27 0 1F F8 1E 37
Octal 163 152 257 42 47 0 37 370 36 67
Binary 1110011 1101010 10101111 100010 100111 0 11111 11111000 11110 110111

Color Harmonies of #736AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736AAF

Black with #736AAF

Text Example


Text Example

White with #736AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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