Html Css Color HEX #736BAA Scampi

📋 copy color: '#736BAA'

red 115 ◦ green 107 ◦ blue 170

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

Shades of Scampi #736BAA

Tints of Scampi #736BAA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.3%

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

R = 29.34%
G = 27.3%
B = 43.37%

CMYK

 C value IS 0.32

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#736BAA (or 0x736BAA) is known color: Scampi. HEX triplet: 73, 6B and AA. RGB value is (115,107,170). Sum of RGB (Red+Green+Blue) = 115+107+170=392 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.34% from 392); Green value is 107 (42.19% from 255 or 27.30% from 392); Blue value is 170 (66.80% from 255 or 43.37% from 392); Max value from RGB is 170 - color contains mainly: blue. Hex color #736BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736BAA is #8C9455. Grayscale: #747474. Windows color (decimal): -9213014 or 11168627. OLE color: 11168627.

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

Color convert

RGB 115 107 170 -
CMYK 0.32 0.37 0 0.33
HSL 247.62º 0.27% 0.54% -
HSV(B) 247.62º 0.37% 0.67% -
XYZ 19.58 17.06 40.29 -
YUV 116.57 158.15 126.88 -
System Red Green Blue C M Y K H S L
Decimal 115 107 170 0.32 0.37 0 0.33 247.62 0.27 0.54
Hex 73 6B AA 20 25 0 21 F8 1B 36
Octal 163 153 252 40 45 0 41 370 33 66
Binary 1110011 1101011 10101010 100000 100101 0 100001 11111000 11011 110110

Color Harmonies of #736BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736BAA

Black with #736BAA

Text Example


Text Example

White with #736BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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